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 Message-ID: <0a3501c1a074$07c97be0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Jason Tishler" , "Cygwin-Apps" References: <20020118180305 DOT GA2312 AT dothill DOT com> Subject: Re: gcc -mno-cygwin STL support for setup.exe? Date: Sat, 19 Jan 2002 10:01:14 +1100 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 18 Jan 2002 23:03:13.0707 (UTC) FILETIME=[4E84EFB0:01C1A074] === ----- Original Message ----- From: "Jason Tishler" To: "Cygwin-Apps" Sent: Saturday, January 19, 2002 5:03 AM Subject: gcc -mno-cygwin STL support for setup.exe? > Unfortunately, I'm getting bogged down trying to add the rebase > functionality to setup.exe due to the lack of STL. I am hoping that > I will not have to re-implement linked lists and possibly associated > arrays too. I see that Rob has a list class, but I don't think that it > will meet all of my needs. Uhmm, I've not particular objection to STL use. However keeping setup.exe lean and mean is an objective. We've already added 20% in size with the reorganisation to date. So I'll ask you to keep an eye on the stripped .exe size. > About a year ago, there was some discussion about adding libstdc++.a to > Cygwin's gcc -mno-cygwin mode. Can we revisit this issue? I thought it was inked in if you link with g++. Rob