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: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: rebasing new packages?! X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 3 May 2002 23:35:46 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Jason Tishler" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g43Dl6T13507 > -----Original Message----- > From: Jason Tishler [mailto:jason AT tishler DOT net] > Sent: Friday, May 03, 2002 11:34 PM > > > Yes, and at that point we had two issues: > > 1) We couldn't use libstdc++, let alone the STL. The STL > still isn't > > available - beyond whats in libg++-3. > > Having STL would really speed things up. When I saw you adding > libstdc++, I thought implied STL but I was mistaken. Can we > enable STL > for setup.exe? As long as the required dependencies are easily satisfied: a) STL headers + any libs for gcc on cygwin (i.e. OOTB build for developers). b) STL headers + any libs for gcc -mno-cygwin (i.e. how I build, and the documented release build on http://sources.redhat.com/cygwin-apps/setup.html). c) STL headers + any libs for a linux hosted cross-chain targeting mingw. I.e. how I expected Chris builds. > > 2) I think that Jason's design needed some tweaking. > > Yes, mainly in the area of how I persisted the free and used lists. > > Additionally, another major issue to resolve is how to deal > with DLLs that get corrupted by rebasing. Yah, well we can start out by getting the code in, and having a BoolOption that defaults to false to enable it. Rob