This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Query,


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]