Re: cannot find -lm

2006-01-23 Thread Andrew Pinski
> > Why so many tests need libm? I don't think the tests really used the > functions of libm. Can I port glibc to get it? Because the tests assume a libc which means a working libm also. -- Pinski

cannot find -lm

2006-01-23 Thread Eric Fisher
Why so many tests need libm? I don't think the tests really used the functions of libm. Can I port glibc to get it? Eirc

Re: cannot find -lm

2006-01-23 Thread Hans-Peter Nilsson
On Tue, 24 Jan 2006, Eric Fisher wrote: > ld: cannot find -lm > collect2: ld returned 1 exit status > How can I get it? Port newlib. It's simple enough. brgds, H-P

Re: cannot find -lm

2006-01-23 Thread Eric Christopher
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

cannot find -lm

2006-01-23 Thread Eric Fisher
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