Change 17712 by [EMAIL PROTECTED] on 2002/08/12 11:23:06
Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
From: "H.Merijn Brand" <[EMAIL PROTECTED]>
Date: Mon, 12 Aug 2002 10:25:20 +0200
Message-id: <[EMAIL PROTECTED]>
gcc bug test needs -lm
Affected files ...
.... //depot/perl/hints/hpux.sh#96 edit
Differences ...
==== //depot/perl/hints/hpux.sh#96 (text) ====
Index: perl/hints/hpux.sh
--- perl/hints/hpux.sh#95~17694~ Thu Aug 8 07:31:55 2002
+++ perl/hints/hpux.sh Mon Aug 12 04:23:06 2002
@@ -428,7 +428,7 @@
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*)
End of Patch.