This is the mail archive of the gcc-help@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: GCC stand-alone toolkit live CD


"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.


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