Building libstdc++ on hpux 11
Phil Edwards
pedwards@jaj.com
Sat Apr 1 00:00:00 GMT 2000
Darren Cubbage <darren_cubbage@systemsunion.com>:
> g++ -DHAVE_CONFIG_H -I. -I../../libstdc++-2.90.7/src -I.. -nostdinc++ =
> -I../../libstdc++-2.90.7/config/default -I../../libstdc++-2.90.7 =
> -I../../libstdc++-2.90.7/stl -I../../libstdc++-2.90.7/libio =
> -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W =
> -Wwrite-strings -Winline -Werror -fno-honor-std -c -fPIC -DPIC =
> ../../libstdc++-2.90.7/src/locale.cc -o .libs/locale.lo=0A=
> cc1plus: warnings being treated as errors=0A=
> ../../libstdc++-2.90.7/src/locale.cc: In method `bool =
> ctype<__wchar_t>::do_is(unsigned int, __wchar_t) const':=0A=
> ../../libstdc++-2.90.7/src/locale.cc:657: warning: comparison between =
> signed and unsigned=0A=
I believe this has been fixed already in the CVS sources. The next
snapshot (sometime in the next several hours If All Goes Well) should
fix that problem. (We don't have specific ctype information for HPUX,
so I'm hoping that the generic files will work.)
If you just want to see whether other things break during compilation,
edit src/Makefile and change the line
WERROR = -Werror
to
WERROR =
and try again.
Luck++;
Phil
More information about the Libstdc++
mailing list