Hi all :) I've recently built and installed GCC 3.3, and have a problem with the location of the libgcc_s shared library. With my previously installed version of GCC (3.2.2), libgcc_s was installed under /usr/lib, and I have compiled most of my system's software with that version, so most of the binaries are linked against /usr/lib/libgcc_s.so.1. No problem with that, but with the new GCC the library is installed in /usr/lib/gcc-lib/<target>/<version/libgcc_s.so.1 and all my system's binaries now refuse to work... I've solved the issue by symlinking the new libgcc to /usr/lib, but IMHO this library should be installed in /usr/lib, not in the gcc libexec directory... Can I change the location with any parameter to configure or should I stick to the symlinking by hand? Has this anything to do with multilibbing? Thanks a lot in advance :)) Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 http://www.pleyades.net & http://raul.pleyades.net/