[gnu.g++.lib.bug] need help with libg++

wallen%cogsci@UCSD.EDU (Mark Wallen) (01/08/90)

Hi

I need a pointer.  I'm having a problem installing
libg++-1.36.1.  Running 'make tests' (in the libg++
directory) eventually yields:

g++  tPlex.o -o tPlex -L. -ltest  -L/local/src/libg++/src -lg++ -lm 
iMPlex.o: Undefined symbol "LBE242" referenced
*** Error code 1
make: Fatal error: Command failed for target `tPlex'
Current working directory /local/src/libg++/tests
*** Error code 1
make: Fatal error: Command failed for target `tests'

The symbol LBE242 is in the module iMPlex.o (obviously).
Running the compile of iMPlex.cc in -S mode shows
LBE242 to be:

iMPlex.X:.stabn 224,0,0,LBE242

I'm somewhat of a loss as to where to look for the
problem.

The setup:	Sun4/280 running SunOS 4.0.3
		gcc-1.36
		g++-1.36.1
		libg++-1.3.6.1

I'm not using Gas or the GNU ld.

Thanks for any help

Mark R. Wallen

UC San Diego
Cognitive Science

mwallen@ucsd.edu