This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/49970] "make prefix=... install" doesn't work


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]