This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
Hi all. I'm using gcc-2.7.2.3 on Solaris/SPARC and having trouble compiling libstdc++. I'd eventually like to use it to compile KDE for Solaris. Is there a later/different version I should be using for this purpose? Thanks, Dave Wreski gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -c -fPIC -DPIC wmemcmp.c wmemcmp.c: In function `wmemcmp': wmemcmp.c:36: `wint_t' undeclared (first use this function) wmemcmp.c:36: (Each undeclared identifier is reported only once wmemcmp.c:36: for each function it appears in.) wmemcmp.c:36: parse error before `c1' wmemcmp.c:41: `c1' undeclared (first use this function) wmemcmp.c:41: parse error before `s1' wmemcmp.c:42: `c2' undeclared (first use this function) wmemcmp.c:42: parse error before `s2' make[2]: *** [wmemcmp.lo] Error 1 make[2]: Leaving directory `/usr/local/src-26/libstdc++-2.90.3/string' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src-26/libstdc++-2.90.3' make: *** [all-recursive-am] Error 2