This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Problems compiling libstd++-2.90.3 on Solaris 2.6
- To: libstdc++-v3@cygnus.com
- Subject: Problems compiling libstd++-2.90.3 on Solaris 2.6
- From: Dave Wreski <dave@nic.com>
- Date: Wed, 17 Feb 1999 00:34:52 -0500 (EST)
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