From: azure AT iki DOT fi (Hannu Koivisto) Subject: Re: gcc and cross-compilers 28 Apr 1998 17:30:33 -0700 Message-ID: <87yawqb1xk.fsf.cygnus.gnu-win32@quasar.vvf.fi> References: <199804271936 DOT WAA21669 AT freenet DOT hut DOT fi> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII To: gnu-win32 AT cygnus DOT com "Kai Ruottu" writes: | Here's some problems and bugs revealed when trying to build a | Linux-to-mingw32 compiler from the egcs-1.0.2 sources and using | the Mumit's libs and headers : Thanks for sharing your experiences! I'll have to try this ASAP. | Mumit's C++ libs are quite fat, so self-made slimmer ones will | be needed (how a library archive can be stripped anyhow?) Why would you want to strip a library archive? If you get extra, useless objects linked to your executable, then the library could be, perhaps, constructed in a different way (there may be futile dependencies that could be removed). If you are worried about the debug info carried in objects of the library archive, then that can be stripped away from the final executable. Or perhaps I didn't understand what you meant :) //Hannu - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".