This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with EGCS 1.0.2 & LIBSTDC++
- To: Franz dot Sirl-kernel at lauterbach dot com (Franz Sirl)
- Subject: Re: Problem with EGCS 1.0.2 & LIBSTDC++
- From: hjl at lucon dot org (H.J. Lu)
- Date: Tue, 3 Mar 1998 08:29:57 -0800 (PST)
- Cc: g dot thomas at opengroup dot org, egcs at cygnus dot com, drepper at cygnus dot com (Ulrich Drepper)
> the sonames of the shared libraries. */
> #undef __GNU_LIBRARY__
> #define __GNU_LIBRARY__ 6
>
> /* Major and minor version number of the GNU C library package. Use
> these macros to test for features in specific releases. */
> #define __GLIBC__ 2
> #define __GLIBC_MINOR__ 0
>
That is very unfortunate that glibc 1.99 pretends it is 2.0. I
believe that may be one cause of the problem. BTW, does your
system generate _G_config.h for libio?
H.J.