Re: Smoke 17703 /pro/3gl/CPAN/perl-current
H.Merijn Brand [Mon, 12 Aug 2002 10:25:20 +0000 (12:25 +0200)]
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
gcc bug test needs -lm

p4raw-id: //depot/perl@17712

hints/hpux.sh

index 905e1c0..b2a888c 100644 (file)
@@ -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*)