Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Sat, 19 Jan 2002 00:04:01 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: gcc -mno-cygwin STL support for setup.exe? Message-ID: <20020119050401.GA4571@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <0a3501c1a074$07c97be0$0200a8c0 AT lifelesswks> <20020119045724 DOT 79592 DOT qmail AT web14503 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020119045724.79592.qmail@web14503.mail.yahoo.com> User-Agent: Mutt/1.3.23.1i 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), but C-locale works for me. Wide char support is missing, >because of deficiencies in C-runtime. If you want wide char with >-mno-cygwin, you'll need an auxiliary library -- like mingw's [incomplete] >libisocext.a -- to supply C wide char support. Iostreams work for . > In 3.1 -mno-cygwin needs the mingw32/bits headers. Also, there may be >differences in the way the C_runtime functions are promoted into namespace >std. Hmm. I haven't been able to build libstdc++ v3 for cygwin for a while. Maybe it's just a cross build error. cgf