Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!LANL.GOV!dwf%hope
From: dwf%hope@LANL.GOV (David W. Forslund)
Newsgroups: gnu.g++.bug
Subject: G++ 1.27.0
Message-ID: <8809232143.AA00431@hope.lanl.gov>
Date: 23 Sep 88 21:43:41 GMT
Sender: daemon@tut.cis.ohio-state.edu
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 43

I've tried building g++ 1.27.0 on a Sun3 running SunOS4.0. I compiled it
with gcc 1.26 and applied the combine.c patch and the tm-sun3.h patch.
I also fixed the commented out line in the Makefile for building ld++
so that it had the "right" options for the Sun3 instead of the Sun4.
G++ builds and compiles everything fine including libg++.a.  However, when
I try to load anything including the tests, I get Undefined symbols: start

Script started on Fri Sep 23 15:39:00 1988
make tests
hope% (cd tests;	make GXX="../../g++/g++ -B../../g++/ -L..")
../../g++/g++ -B../../g++/ -L.. -g -fchar-charconst -B../../g++/ -c  test1.cc
../../g++/g++ -B../../g++/ -L.. test1.o  -o test1
Undefined symbols:
 start

../../g++/g++ -B../../g++/ -L.. -g -fchar-charconst -B../../g++/ -c  test2.cc
../../g++/g++ -B../../g++/ -L.. test2.o  -o test2 -lg++ -lm
Undefined symbols:
 start

../../g++/g++ -B../../g++/ -L.. -g -fchar-charconst -B../../g++/ -c  test3.cc
^C
*** tests not removed.
hope% g++ -fchar-charconst -v -c test1.cc
g++ version 1.27.0
 /usr/local/lib/gcc-cpp+ -v -undef -D__GNU__ -D__GNUG__ -Dmc68000 -Dsun -Dunix test1.cc /tmp/cca00425.cpp
GNU CPP version 1.27.0
 /usr/local/lib/gcc-c++ /tmp/cca00425.cpp -quiet -dumpbase test1.cc -fchar-charconst -noreg -version -o /tmp/cca00425.s
gGNU C++ version 1.27.0 (68k, MIT syntax) compiled by GNU C version 1.26.
 as -mc68020 /tmp/cca00425.s -o test1.o
hope% g++ -v -g -o test1 test1.o -lg++ -lm
g++ version 1.27.0
 /usr/local/lib/gcc-ld++ -C -o test1 -e start -dc -dp /usr/local/lib/crt0+.o /lib/Mcrt1.o test1.o -lg++ -lm -lg++ /usr/local/lib/gcc-gnulib+ -lg -lc
Undefined symbols:
 start

hope% ^D
script done on Fri Sep 23 15:41:23 1988

Any ideas?

Dave Forslund
(dwf@lanl.gov)