Re: Compiling gcc-3.4.6 on x86_64 stubs-32.h missing -m32 ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> This means you don't have the 32 bit glibc development headers
> installed, which are required to multilib.  Install them from your
> distro.

Brian, many thanks for your reply.
Adding --disable-multilib to the configure options has solved the problem.

Howver I'd like to be able to compile 32bit as well.

To be able to do that I need a glibc supporting 32bit (thus containing
the stubs-32.h file)

Do I need to setup up a complete cross compilation toolchain to get that
and install glibc twice (one time 32bit used by -m32 and one time 64 bit
used by --disable-multilib) ?

Thanks
Marc Weber

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux