Date: Sat, 21 Jun 1997 13:38:29 -0500 From: abbott on 9th Street <jabbott@wolf.co.net> To: questions@freebsd.com Subject: libg++ troubles. Hidden Label??? Message-ID: <3.0.1.32.19970621133829.008f1270@wolf.co.net> In-Reply-To: <3.0.1.32.19970621185250.00f809f8@mailhost.pavilion.co.uk> References: <3.0.2.32.19970621120800.00b56370@sentex.net> <3.0.1.32.19970621160136.00f7dcb8@mailhost.pavilion.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
I am trying to install the c++ libraries for gcc and I am having some
trouble. Has anyone seen anything like this?
cd ../libio ; make "INSTALL=/users/aimee/libg++-2.7.2/install.sh
-c" "INSTALL_DATA=/users/aimee/libg++-2.7.2/install.sh -c -m 644"
"INSTALL_PROGRAM=/users/aimee/libg++-2.7.2/install.sh -c"
"prefix=/usr/local" "exec_prefix=/usr/local"
"tooldir=/usr/local/hppa1.1-hp-hpux9.04" "AR=ar" "AR_FLAGS=rc" "CC=cc
-Wp,-H256000" "CXX=gcc" "CFLAGS=" "CXXFLAGS=-O2" "NM=nm" "RANLIB=true"
"LIBCFLAGS=" "LIBCXXFLAGS=-O2 -fno-implicit-templates" "LOADLIBES="
"LDFLAGS=" "MAKEINFO=makeinfo " "SHLIB=libstdc++.so.2.7.2" "SHCURSES="
"PICFLAG=" iostream.list
`iostream.list' is up to date.
test -z "" || \
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ newi.cc -o pic/newi.o
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ newi.cc
test -z "" || \
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ cstringi.cc -o pic/cstringi.o
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ cstringi.cc
test -z "" || \
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ stddefi.cc -o pic/stddefi.o
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ stddefi.cc
if [ -n "" ]; then \
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ ./typeinfoi.cc -frtti -o pic/typeinfoi.o; \
else true ; fi
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ ./typeinfoi.cc -frtti
if [ -n "" ]; then \
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ ./exceptioni.cc -O0 -fhandle-exceptions -frtti -o
pic/exceptioni.o; \
else true ; fi
gcc -c -O2 -fno-implicit-templates -I. -I../libio -I./../libio
-nostdinc++ ./exceptioni.cc -O0 -fhandle-exceptions -frtti
as: /usr/tmp/cca08836.s @line#41 [err#1076]
Hidden label not allowed here - L$0015
as: /usr/tmp/cca08836.s @line#91 [err#1076]
Hidden label not allowed here - L$0022
as: /usr/tmp/cca08836.s @line#158 [err#1076]
Hidden label not allowed here - L$0028
as: /usr/tmp/cca08836.s @line#213 [err#1076]
Hidden label not allowed here - L$0034
as: /usr/tmp/cca08836.s @line#265 [err#1076]
Hidden label not allowed here - L$0040
as: /usr/tmp/cca08836.s @line#318 [err#1076]
Hidden label not allowed here - L$0046
as: /usr/tmp/cca08836.s @line#369 [err#1076]
Hidden label not allowed here - L$0052
as: /usr/tmp/cca08836.s @line#447 [err#1076]
Hidden label not allowed here - L$0064
*** Error code 1
Stop.
*** Error code 1
Stop.
What is a Hidden label not allowed error? Any ideas what I can do?
--ja
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.1.32.19970621133829.008f1270>
