[gnu.g++] Installing libg++ Question

heft@husc7.HARVARD.EDU (Tom Heft) (12/06/89)

I've finally given up and have to ask for help.  I am trying to
install the g++ compiler and have run into problems installing
the G++ libraries, libg++.

I am running Ultrix 3.0 on a MicroVAX.  My GNU directory is 
set up as suggested in the G++ README file.  I have (apparently)
successfully installed: GAS, GCC, G++.

I have modified all of the obvious things in the Makefile, but when
I type "make", I get the output that is appended below.  Any help
or pointers to where to look for the problem would be greatly
appreciated.
		Thanks a lot,
			Tom Heft
			heft@husc4.harvard.edu

P.S. - I hope this isn't a really stupid question.  If so, let me
	apologize in advance.
----------------------------------------------------------------------
(cd src; make GXX="g++"  GXXFLAGS=" -I/src/local/pub/gnu/libg++/g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized  -Wall -pipe" GXXLDFLAGS="-L/src/local/pub/gnu/libg++/src -lg++ -lm " LIBDIR="/usr/local/lib" SRCIDIR="/src/local/pub/gnu/libg++/g++-include" CC="gcc" CFLAGS=" -I/usr/local/lib/gcc-include -I/usr/include -I/src/local/pub/gnu/libg++/g++-include -g -O -fstrength-reduce -fdelayed-branch  -Wall -pipe" RANLIB="ranlib" LDXX="/usr/local/lib/gcc




-ld" GXXCRT1="/usr/local/lib/crt1+.o" MAKE="make" prefix="/usr/local" )
g++ -I/src/local/pub/gnu/libg++/g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized  -Wall -pipe -c  builtin.cc
builtin.cc: In function char *dtoa (double, char (=  103 ), int (=  0 ), int (=  6 )):
builtin.cc:499: warning: unused variable `carry'
builtin.cc:386: warning: unused variable `fworkend'
/src/local/pub/gnu/libg++/g++-include/time.h: At top level:
In file included from /src/local/pub/gnu/libg++/g++-include/osfcn.h:4, from builtin.cc:763:
/src/local/pub/gnu/libg++/g++-include/time.h:60: warning: type declaration of timezone shadows previous declaration
/src/local/pub/gnu/libg++/g++-include/time.h:60: warning: `timezone' was declared `extern' and later `static'
builtin.cc:848: warning: structure has no data members
Assembler:
"<stdin>", line 2108: Invalid type in .stabs
"<stdin>", line 2132: Invalid type in .stabs
*** Error code 1

Stop.
*** Error code 1

Stop.