Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <000801c0e889$1004fda0$5503a8c0@winbox>
From: "Nicolay Giraldo" <ngiraldo@colomsat.net.co>
To: "Christof Petig" <christof@petig-baender.de>
Cc: "Cygwin" <cygwin@cygwin.com>
Subject: RE: libstdc++ in -mno-cygwin target
Date: Tue, 29 May 2001 16:48:03 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

>Nicolay Giraldo wrote:
>
>> There is any way to get iostream classes when compiling with
>> the -mno-cygwin option ?
>
>Look for Mumit Khan's document on mno-cygwin on the MinGW homepage (
>http://mingw.sourceforge.net/ ).
>You might as well consider reading my recent post to the mingw mailing
>list.
>
>Christof
>


Well I did some testing...
downloaded the GNU libstdc++ sources and tried to compile it...
got stuck in a file c++io.h or similar name.

Then I found stlport, and with a couple of hacks got it working.
The bad news...

hello world using C:  3kb
hello world using C++ and cygwin dll: 70kb (I tough it was too much)
hello world using C++ stlport: ~600kb!
all stripped

I still want a good C++ library, may be isn't that hard if we try.

Nicolay Giraldo


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

