Add -lm to dynix/ptx POSIX hints.
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

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'];