This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Re[2]: Announcing libstdc++-2.90.7
I *did* configure and build from a separate directory -- it's a habit with
me.
I have successfully built and installed on my Solaris box, but it, again,
required a tweak. This one was with <srcdir>/config/solaris/ctype.cc:
The gcc 2.95.1 compiler complains about '__trans_upper' and __trans_lower'
being 'int *' while the left side of the related assignments are 'long int
*'. Performing a C-style cast to 'long int *' in these four statements
allows the compile to succeed.
-- Matthew Brown
----- Original Message -----
From: Roman Belenov <roman@nstl.nnov.ru>
To: Mumit Khan <khan@NanoTech.Wisc.EDU>
Cc: <libstdc++@sourceware.cygnus.com>; <egcs@egcs.cygnus.com>
Sent: Thursday, December 23, 1999 6:05 AM
Subject: Re[2]: Announcing libstdc++-2.90.7
> Hello Mumit,
>
> It seems that there are problems when building in source directory
> instead of making a new directory and running configure from where. I
> had the same problem as Matt under Linux; building in other directory
> (and installing from there) worked without problems.
>
> MK> 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'
>
> MK> Don't know what the problem is, but I could cross-build on Linux just
> MK> fine. BTW, if you use --enable-namespaces, you'll also have to rebuild
> MK> libgcc with -fhonor-std, but I assume you know that.
>
> MK> You can pick up prebuilt Cygwin and Mingw 2.90.7 at:
> MK>
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3.html
>
> MK> The package contains a rebuilt libgcc.a as well.
>
> MK> Regards,
> MK> Mumit
>
>
>
>
> Best regards,
> Roman mailto:roman@nstl.nnov.ru
>
>
>