"Matteo" <falcon2600@xxxxxxxxxx> 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.