This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC stand-alone toolkit live CD
- From: llewelly at xmission dot com
- To: "Matteo" <falcon2600 at tiscali dot it>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: 11 May 2004 22:13:17 -0600
- Subject: Re: GCC stand-alone toolkit live CD
- References: <003f01c43762$e90db990$2e3c4db1@PCMATTEO>
"Matteo" <falcon2600@tiscali.it> writes:
> I'd like to build a stand-alone toolkit live CD for developers with the
> latest GCC tools (compilers, debuggers, libraries and so on) to can be used
> from a CD, a usb key disk or a ram disk contening just an editor and the
> compilers tools without intalling anything and how to update all that.
> I hope to have been able to explain what I mean.
I suspect the main problems will be shared libraries. The simplest
solution to this seems to be to build everything staticly linked,
and to configure all tools to produce staticly linked executables
by default.