Re: gpm compile failure on ppc

2005-05-19 Thread Greg Schafer
Alexander E. Patrakov wrote: > Archaic wrote: >> I'm getting an undefined reference to ceilf in gpm compiling on ppc. >> Haven't had a chance yet to find out why -lm isn't being pulled in, but >> I'll get to it soon. Has anyone else seen this error? > > That's normal. You have to pass -lm on ppc

Re: gpm compile failure on ppc

2005-05-18 Thread Archaic
On Tue, May 17, 2005 at 01:37:28AM +0100, Ken Moffat wrote: > > Try passing LDFLAGS to 'make' as well as, or instead of, configure. Yeah, that did the trick. Thanks. -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromsc

Re: gpm compile failure on ppc

2005-05-16 Thread Ken Moffat
On Mon, 16 May 2005, Archaic wrote: > On Sun, May 15, 2005 at 02:28:24PM +0600, Alexander E. Patrakov wrote: > > > > That's normal. You have to pass -lm on ppc explicitly (but I can't say > > this for 100% sure, I don't have that hardware). > > I, and the BLFS book, both use that method: > > LDFLA

Re: gpm compile failure on ppc

2005-05-16 Thread Archaic
On Sun, May 15, 2005 at 02:28:24PM +0600, Alexander E. Patrakov wrote: > > That's normal. You have to pass -lm on ppc explicitly (but I can't say > this for 100% sure, I don't have that hardware). I, and the BLFS book, both use that method: LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/

gpm compile failure on ppc

2005-05-14 Thread Archaic
I'm getting an undefined reference to ceilf in gpm compiling on ppc. Haven't had a chance yet to find out why -lm isn't being pulled in, but I'll get to it soon. Has anyone else seen this error? For the record, this exact same script works just dandy in x86, and so far I haven't found any differen