Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <00e801c08cb4$89ddf2c0$8b0c4ea8@kepri.re.kr> From: "Jong B. Lee" To: References: <3A79755E DOT FF0837BC AT yahoo DOT com> <20010201094307 DOT A9276 AT redhat DOT com> Subject: Re: Available for test: gcc-2.95.2-7 - libstdc++.a Date: Fri, 2 Feb 2001 10:07:39 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id UAA22799 > >Let me summarize: > > > >1) Install gcc-2.95.2-7 > >2) add the MinGW version of libstdc++.a to /usr/lib/mingw/ > >3) voila, you can build C++ executables with the -mno-cygwin switch > > > >Is this correct? > > If it is, and someone can send me a version of libstdc++.a, I'll make a new > gcc release. > > cgf > I'm using Mumit's old libstdc++.a and others. Here's the location of that file. ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/gcc-2.95.2/gcc-2.95.2-mingw-extra.tar.gz - _G_config.h ---> /usr/include/mingw - all lib files ---> /usr/lib/mingw Yes!!! It's very old...but works! for c++, f77, objc... $ objdump -p cpptest.exe | grep "DLL Name" DLL Name: KERNEL32.dll DLL Name: crtdll.dll DLL Name: msvcrt.dll And I was wondering why it was not included... Why don't you ask for source files to Mumit? JBL