This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling gcc-3.4.6 on x86_64 stubs-32.h missing -m32 ?
> 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