This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make install
On Nov 10, 2000, <reedkotler@hotmail.com> wrote:
> normally i do a "make install" and just let it go to the default.
> how to i "make install" to a specific place?
You `configure --prefix=/specific/place', then `make bootstrap', then
`make install'.
It may work to just `make install prefix=/specific/place', but some
programs may ``remember'' that they were built to run on the prefix
(not) specified at configure time and get it wrong.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me