Hello Managers,
I use DEC AXP 2100/4 , DEC Unix 3.2b .
Recently I tried to install libg++2.7.0a and libg++-2.6.2, but failed.
In the directory of libstd++, there were many error messages.
I couldn't handle them.
Any comment and help will be welcom.
Thanks.
--------------Cut---------------Cut -------------------
if [ -n "" ]; then gcc -c -g -O2 -fno-implicit-templates -I. -I../libio -I./../libio -I/usr/local/lib/g++-include -nostdinc++ -DC `for N in REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP; do echo " -D${N}"; done` ./sinst.cc -o pic/cstrmain.o; fi
gcc -c -g -O2 -fno-implicit-templates -I. -I../libio -I./../libio -I/usr/local/lib/g++-include -nostdinc++ -DC `for N in REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP; do echo " -D${N}"; done` ./sinst.cc -o cstrmain.o
std/straits.h: In function `static char * string_char_traits<char>::move(char *, const char *, long unsigned int)':
In file included from std/bastring.h:33,
from std/bastring.cc:29,
from ./sinst.cc:39:
std/straits.h:129: warning: implicit declaration of function `int memmove(...)'
std/straits.h: In function `static char * string_char_traits<char>::set(char *, const char &, long unsigned int)':
std/straits.h:131: warning: implicit declaration of function `int memset(...)'
./sinst.cc: At top level:
./sinst.cc:67: template for method `find_last_not_of' doesn't match any in class `basic_string<char,string_char_traits<char> >'
.................
-------------------------------Cut---------------Cut------------------
Received on Fri Jan 05 1996 - 10:22:40 NZDT