This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: glibc source from cvs fails to compile.


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




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