[Bug libfortran/49970] New: "make prefix=... install" doesn't work
jimis at gmx dot net
gcc-bugzilla@gcc.gnu.org
Wed Aug 3 17:48:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49970
Summary: "make prefix=... install" doesn't work
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: jimis@gmx.net
On a multilib x86_64 config, I tried doing "make prefix=$HOME/mydir install".
Installation failed in directory "x86_64-unknown-linux-gnu/32/libgfortran/"
because it tried writing to some dir under /usr/local. Looking into the
generated Makefile in that path I can see that the default prefix, /usr/local,
was hardcoded in several points.
Shouldn't it be ${prefix} instead of /usr/local?
More information about the Gcc-bugs
mailing list