Marc Weber wrote: > 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) ? No, like I said you just need to install the 32 bit glibc-dev package from your distro. Every one has one, but they call them different names. Brian