This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]