I have just ftp'd gcc 2.7.2 and libg++-2.7.1, built and installed gcc and I am
having problems with libg++. This is the error I get when doing a make (DU
3.2c):
$make
if [ -n "" ] && [ ! -d pic ]; then mkdir pic; else true; fi
touch stamp-picdir
echo "# !Automatically generated from ./functions.def" "- DO NOT EDIT!" >
needed2
.awk
grep '^DEFVAR(' < ./functions.def | sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/
{
printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' >>needed2.awk
grep '^DEFFUNC(' < ./functions.def | sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\
1
/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' >>needed2.awk
gcc -O2 -c -g -I. -I./../include ./dummy.c 2>/dev/null
(gcc -O2 -o dummy -g dummy.o ) >errors 2>&1 || true
echo "/* !Automatically generated from ./functions.def" "- DO NOT EDIT! */" >
lco
nfig.h
awk -f needed2.awk <errors >>lconfig.h
cp lconfig.h config.h
LOCK: -z ""
|| gcc -O2 -c -g -I. -I./../include argv.c -o pic/argv.o
sh: syntax error at line 1: `||' unexpected
*** Exit 2
Stop.
*** Exit 1
Stop.
Has anyone else built libg++2.7.1? This builds correctly on our SunOS
systems. Thanks for any help.
--
Tom Barkanic
E-Systems, ECI Division
St. Petersburg, FL
mailto:tb_at_eci-cec.com
Received on Mon Dec 11 1995 - 17:27:22 NZDT