This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/46607] [4.6 Regression] libgfortran relocated install fails
- From: "aoliva at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jan 2011 03:22:32 +0000
- Subject: [Bug libfortran/46607] [4.6 Regression] libgfortran relocated install fails
- Auto-submitted: auto-generated
- References: <bug-46607-4@http.gcc.gnu.org/bugzilla/>
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.