build gcc on amd64 with --enable-multilib: won't find libc

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

 



Hello,
I'm trying to get gcc-3.4 built with -m32 support.
When building ia32 support libraries, such as libgcc_s_32, linking fails for
lack of libc.
My 32-bit libc is installed in /usr/lib32, and steps that fail work when I add a
-Wl,-L/usr/lib32 to xgcc's options.
Does anyone know how to hack the makefiles or the configure scripts so that I
can add this path without manually fixing every command?
Thanks for your help with these dirty issues,

  Gabriel de Perthuis


[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