From: H.Merijn Brand Date: Mon, 12 Aug 2002 10:25:20 +0000 (+0200) Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03ae59b2624f6cd2d8682b1ce153473816c7338c;p=p5sagit%2Fp5-mst-13.2.git Re: Smoke 17703 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl> gcc bug test needs -lm p4raw-id: //depot/perl@17712 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 905e1c0..b2a888c 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -428,7 +428,7 @@ else echo "Testing for a certain gcc bug is fixed in your compiler..." # Try compiling the test case. - if $cc -o t001 -O $ccflags $ldflags ../hints/t001.c; then + if $cc -o t001 -O $ccflags $ldflags -lm ../hints/t001.c; then gccbug=`$run ./t001` case "$gccbug" in *fails*)