This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Announcing libstdc++-2.90.7
- To: Matthew Brown <mbrown at mediadb dot net>
- Subject: Re: Announcing libstdc++-2.90.7
- From: Mumit Khan <khan at NanoTech dot Wisc dot EDU>
- Date: Wed, 22 Dec 1999 13:15:22 -0600 (CST)
- cc: libstdc++ at sourceware dot cygnus dot com, egcs at egcs dot cygnus dot com
On Wed, 22 Dec 1999, Matthew Brown wrote:
> I just attempted a compile and installation. All goes well (using Mumit's
> cygwin limits) until the installation. The makefile seems to desire a file
> in the 'bits' source directory by the name 'ctype_base.h'. This file seems
> to be somewhat platform-specific and appears, at first look, to be copied
> from the 'config' directory during configuration time; however, this is not
> happening for me. Here is my configuration:
>
> - Cygwin b20.1
> - configure run with '--prefix=<cygwin
> dir> --enable-shared --enable-static --enable-namespaces'
Don't know what the problem is, but I could cross-build on Linux just
fine. BTW, if you use --enable-namespaces, you'll also have to rebuild
libgcc with -fhonor-std, but I assume you know that.
You can pick up prebuilt Cygwin and Mingw 2.90.7 at:
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3.html
The package contains a rebuilt libgcc.a as well.
Regards,
Mumit