Martin J. Bligh [Wed, 25 Nov 1998 10:34:41 +0000 (02:34 -0800)]
To: jhi@iki.fi
Subject: Re: Making Perl work on DYNIX/ptx
Message-ID: <
1457015007.911990081@w-186d219.rhe.sequent.com>
p4raw-id: //depot/cfgperl@2339
# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
# PR#227670 - linker error on fpgetround()
-$self->{LIBS} = ['-ldb -lc'];
+$self->{LIBS} = ['-ldb -lm -lc'];