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
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
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
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=/
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