| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <jbdoll AT kepri DOT re DOT kr> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <Pine DOT LNX DOT 4 DOT 21 DOT 0101312150440 DOT 5841-100000 AT tweedle DOT cabbey DOT net> <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 |
| 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 |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |