make install

Alexandre Oliva aoliva@redhat.com
Fri Nov 10 11:10:00 GMT 2000


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


More information about the Gcc mailing list