From: Martin J. Bligh Date: Wed, 25 Nov 1998 10:34:41 +0000 (-0800) Subject: Add -lm to dynix/ptx POSIX hints. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c776211791715260f0e5a2bf027aca4e5c731d8;p=p5sagit%2Fp5-mst-13.2.git Add -lm to dynix/ptx POSIX hints. 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 --- diff --git a/ext/POSIX/hints/dynixptx.pl b/ext/POSIX/hints/dynixptx.pl index 05cf0f8..9b63684 100644 --- a/ext/POSIX/hints/dynixptx.pl +++ b/ext/POSIX/hints/dynixptx.pl @@ -1,4 +1,4 @@ # 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'];