This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Announcing libstdc++-2.90.7
- To: "Mumit Khan" <khan at NanoTech dot Wisc dot EDU>
- Subject: Re: Announcing libstdc++-2.90.7
- From: "Matthew Brown" <mbrown at mediadb dot net>
- Date: Wed, 22 Dec 1999 14:53:01 -0500
- Cc: <libstdc++ at sourceware dot cygnus dot com>, <egcs at egcs dot cygnus dot com>
- References: <Pine.HPP.3.96.991222131257.13333E-100000@hp2.xraylith.wisc.edu>
Just guessing here but there is a srcdir/config/bits/linux whereas there is
no srcdir/config/bits/cygwin. I took the ctypes_base.h from
srcdir/config/bits/default. I don't know if this will work because I have
not finished my porting project yet -- so far it compiles, but I don't know
about linking or running.
Thanks. I'm out of here 'till next week.
-- Matthew Brown
----- Original Message -----
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: Matthew Brown <mbrown@mediadb.net>
Cc: <libstdc++@sourceware.cygnus.com>; <egcs@egcs.cygnus.com>
Sent: Wednesday, December 22, 1999 2:15 PM
Subject: Re: Announcing libstdc++-2.90.7
> 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
>
>
>