http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #9 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-01-27 03:22:30 UTC --- This could bring an improvement for a few platforms, but it wouldn't solve the problme in general. On platforms that don't support overriding e.g. DT_RPATH with e.g. LD_LIBRARY_PATH, the right thing to do is still to require prelinking. Libtool, in an effort to offer a standard interface, has decided to impose the requirement that the install-time libdir must end with the libdir specified at build time. This is not a bug, it's a correct design decision. So if WONTFIX is not appropriate, INVALID it is.