Re: gcc -mno-cygwin STL support for setup.exe?

2002-01-18 Thread Jan Nieuwenhuizen
Christopher Faylor [EMAIL PROTECTED] writes: The biggest issue with relying on libstdc++.a for for setup.exe is that it requires this library to be built for cross-compilation. I have no idea how to do that. What am I missing? 19:37:40 fred@appel:~$ locate libstdc++.a | grep x-

Re: gcc -mno-cygwin STL support for setup.exe?

2002-01-18 Thread Christopher Faylor
On Fri, Jan 18, 2002 at 01:59:57PM -0500, Jason Tishler wrote: The biggest issue with relying on libstdc++.a for for setup.exe is that it requires this library to be built for cross-compilation. I have no idea how to do that. I don't know either -- this is why I'm asking for help. I think

Re: gcc -mno-cygwin STL support for setup.exe?

2002-01-18 Thread Christopher Faylor
On Sat, Jan 19, 2002 at 03:57:24PM +1100, Danny Smith wrote: For what its worth, 3.1 libsupc++.a and libstdc++.a build natively with mingw. (libsupc++.a contains the eh and new/delete stuff that is currently in libgcc.a for mingw). Locale class support is missing (as it is with cygwin/newlib),