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
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*)