Craig L. McMillon wrote: > Anybody have any idea what could be causing this > error? > > sh cflags "optimize=''" opmini.o` > -DPERL_EXTERNAL_GLOB opmini.c > CCCMD = /root/SUNW0gccfss/reloc/gcc/bin/gcc > -DPERL_CORE -c -D_REENTRANT -fno-strict-aliasing -pipe
Looks like you need to add '-lm' to 'libs' and 'perllibs' during 'Configure'. I would think that if you're doing './Configure -de' it would get picked up automatically. ____________________________________________________________________________________ Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit. http://farechase.yahoo.com/promo-generic-14795097
