On Jan 23, 2006, at 5:26 PM, Eric Fisher wrote:
Hi, When I run the test suite on my port, there are many many failures with the error like this, ld: cannot find -lm collect2: ld returned 1 exit status I'm not sure whether it is the libm(math library), or it is of glibc. But I guess it is a builtin library of gcc and has nothing to do with math. Is it right? How can I get it?
Nope. It means libm. -eric