Available for test: gcc-2.95.2-7 - libstdc++.a

Jong B. Lee jbdoll@kepri.re.kr
Thu Feb 1 17:04:00 GMT 2001


> >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




More information about the Cygwin mailing list