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: unassig...@gcc.gnu.org ReportedBy: ji...@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?