This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: build failure on i[56]86


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]