This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Problem with EGCS 1.0.2 & LIBSTDC++


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


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