This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building binary tarballs
- To: alex dot buell at tahallah dot demon dot co dot uk
- Subject: Re: Building binary tarballs
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Mon, 10 Jan 2000 15:19:35 +0100
- Cc: Mailing List - GCC <egcs at egcs dot cygnus dot com>
At 12:11 10.01.00 , Alex Buell wrote:
>What's the best way to build a binary tarball containing all files needed
>to build a binary distribution of GCC (2.95.2)?
>
>I tried make install_root=/tmp/gcc-binaries install but that does not
>work.
Use 'make prefix=/tmp/binaries/usr install' and replace /usr with whatever
you gave to configures --prefix or the default /usr/local. If you want
gcc's cpp as /lib/cpp too, you have to do some additional stuff, which I
don't remember offhand. Check the lists archive for that.
Franz.