This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add -lm to dynix/ptx POSIX hints.
authorMartin J. Bligh <mbligh@us.ibm.com>
Wed, 25 Nov 1998 10:34:41 +0000 (02:34 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 28 Nov 1998 11:59:01 +0000 (11:59 +0000)
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

ext/POSIX/hints/dynixptx.pl

index 05cf0f8..9b63684 100644 (file)
@@ -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'];