build failure on i[56]86

H . J . Lu hjl@valinux.com
Sat Feb 10 10:25:00 GMT 2001


On Sat, Feb 10, 2001 at 01:08:24PM -0500, Ben Collins wrote:
> 
> ./configure --host=i386-linux --prefix=/usr --without-cvs --enable-add-ons=linuxthreads \
> 	--with-headers=/usr/src/kernel-headers-2.4.2/include

Can you try

./configure i586-linux --prefix=/usr --without-cvs --enable-add-ons=linuxthreads \
	--with-headers=/usr/src/kernel-headers-2.4.2/include

configure in glibc is a little different. I don't use --host --target
even for cross compiling. I just use

./configure target ....

> 
> 
> > using gcc 2.97 from CVS.
> 
> I'm using gcc-2.95.3 20010125
> 
> > Which make version are you using?
> 
> 3.79.1
> 

This make may have problems. Did you disable clock_gettime? Otherwise,
your stack will be limited to 2MB.

-- 
H.J. Lu (hjl@valinux.com)



More information about the Libc-alpha mailing list