Query,

Alexandre Oliva aoliva@redhat.com
Sat Jun 15 11:26:00 GMT 2002


On Jun 15, 2002, Centurion Computer Technology Limited <centurion@paradise.net.nz> wrote:

> How do I install gcc3.1 to a directory different to the prefix specified
> during the install, so I can make a tar ball of the binary?

Ideally, this should work:

make install DESTDIR=/tmp/packaging

However, I believe there were some patches to fix a few problems in
DESTDIR support that went in after 3.1, so you may have to do
something like:

make install prefix=/tmp/packaging/the/original/prefix

-- 
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                Professional serial bug killer



More information about the Gcc mailing list