glibc source from cvs fails to compile.
root@server.boros.com
root@server.boros.com
Tue Jan 23 23:22:00 GMT 2007
I didn't do anything special to make it compile i386 code. I just
compile the same way I have for atleast a year.
./configure --prefix=/usr --libexecdir=/usr/bin --disable-profile --enable-add-ons=nptl --enable-kernel=2.6.0 --without-cvs --without-gd --without-selinux --with-tls
make
make check
Should this not be enough? If their is something specific I need to add,
where do I add the -march-i486? I tried adding it to my ./configure but it
doesn't recognize it.
root@server.boros.com wrote:
> The latest glibc from cvs has failed to compile atleast a week now and
> here are the errors when attempting to compile.
It wouldn't if you'd pass the right option. i386 isn't supported so add
-march-i486.
--
Ulrich Drepper Red Hat, Inc. 444 Castro St Mountain View, CA
More information about the Libc-alpha
mailing list