This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Query,
- From: Alexandre Oliva <aoliva at redhat dot com>
- To: Centurion Computer Technology Limited <centurion at paradise dot net dot nz>
- Cc: gcc at gnu dot org
- Date: 15 Jun 2002 14:38:37 -0300
- Subject: Re: Query,
- Organization: GCC Team, Red Hat
- References: <1024119563.12849.24.camel@genesis.centurionpenguin.co.nz>
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
- References:
- Query,
- From: Centurion Computer Technology Limited