I've recently installed and compiled the GNU gcc compiler on my Axp
1000 and when I try to install the libg++ libraries I get the
following error:
LOCK: -z ""
|| cc -c -g -I. -I./../include argv.c -o pic/argv.o
sh: syntax error at line 1: `||' unexpected
*** Exit 2
Stop.
*** Exit 1
Stop.
Can someone help, or has someone have the libg++ running on their
Alpha, TIA!!
don W.
don_at_colosys.net
Here's the sequence of commands to install libg++:
# ./configure
Configuring for a alpha-dec-osf3.0 host.
Created "Makefile" in /usr/local/libg++-2.7.1
# make
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
echo "/* !Automatically generated from ./functions.def" "- DO NOT
EDIT! */" >lcon fig.h awk -f needed2.awk <errors >>lconfig.h cp
lconfig.h config.h
LOCK: -z ""
|| cc -c -g -I. -I./../include argv.c -o pic/argv.o
sh: syntax error at line 1: `||' unexpected
*** Exit 2
Stop.
*** Exit 1
Stop.
Received on Tue Dec 19 1995 - 23:18:06 NZDT