in reply to YACQ (yet another compiler question)
It looks like the compiler isn't actually trying to link the math library (libm.a). Was this library located correctly during the Configure phase?
There is also one point in Configure where you have the option of modifying the list of libraries that perl will be linked against. Have you checked to see that '-lm' is on that list?
--rjray
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: YACQ (yet another compiler question)
by dhammaBum (Acolyte) on Feb 07, 2002 at 01:30 UTC |