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]

Re: Building binary tarballs


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.


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