PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11668 ------- Additional Comments From liadi at savantis dot com 2003-07-27 16:19 ------- I tried to use the binutils as follow: ../configure –prefix=/opt –enable-threads=posix –enable- languages=c,c++,f77,objc –with-gnu-as –with-as=/usr/local/bin –with-gnu-ld – with-as=/usr/local/bin but then I'll get the error message: /usr/lib/dld.sl: Can't find path for shared library: libfl.sl /usr/lib/dld.sl: No such file or directory make[1]: *** [libiberty.a] IOT trap (core dumped) make[1]: Leaving directory `/tmp/gcc-3.2.2/obj/libiberty' make: *** [all-libiberty] Error 2 I'm using version 3.2 of gcc