This is the mail archive of the libc-help@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: How to build 32 bit glibc in a 64 bit host ?


On 3 Jul 2008, Metuki Sabhe stated:

> Nothing fancy:
>
> ../glibc-2.5/configure --build i386-linux
> --prefix=/home/metuki/glibc-2.5-install
>
> If I remove the --build parameter, it builds ok.

`i386-linux' is appropriate only if you're trying to build on an actual
i386. Those systems indeed cannot support TLS.

You probably want to specify --build i686-pc-linux-gnu at the very
least.


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