http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51720
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |INVALID --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-30 21:09:11 UTC --- No, this is a user error. If you've installed those shared libraries into a non-standard /opt/gcc-4.6/lib, you need to ensure that the dynamic linker will find them, i.e. add /opt/gcc-4.6/lib into your LD_LIBRARY_PATH env var you use for compilation, or on Linux you can add /etc/ld.so.conf.d/*.conf file and run ldconfig to find them there, etc.