[Bug libfortran/49970] "make prefix=... install" doesn't work
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jul 8 11:05:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49970
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |RESOLVED
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-08 11:04:57 UTC ---
(In reply to comment #5)
> DESTDIR is supported just fine, but it is not prefix, it serves different
> purposes. In particular it installs in /$DESTDIR/$prefix but installed package
> would search libraries in /$prefix.
It should search for everything using relative paths, i.e. relative to wherever
you install it, so DESTDIR should work.
More information about the Gcc-bugs
mailing list