------- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-15 15:14 ------- RPATH is evil. Yes others say LD_LIBRARY_PATH is evil, but RPATH is worse. It forces that version of the library to be used and no other version can be used. So if you install libstdc++/libgcc_s.so in a different location than what RPATH says, it will not work.
This is why it is not set for libstdc++ and other GCC libraries. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354