[gnu.gcc.bug] gcc 1.36 won't bootstrap on Sun 3

mike@fionn.lbl.gov (Michael Helm) (10/01/89)

The 1st phase of building gcc-1.36 on a 3/60, SunOS 4.0.1, completes,
but stage1 blows off rite away with this diagnostic:
stage1/gcc -g -Bstage1/ -I. -I../gcc -I../gcc/config \
  -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" \
  -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" -c \
  `echo ../gcc/gcc.c | sed 's,^\./,,'`
stage1/gcc -c -g -Bstage1/  -I. -I../gcc -I../gcc/config ../gcc/version.c
stage1/gcc -c -g -Bstage1/  -I. -I../gcc -I../gcc/config ../gcc/obstack.c
stage1/gcc -g -Bstage1/  -o gccnew gcc.o version.o obstack.o   
Undefined:
start
___DTOR_LIST__
___CTOR_LIST__
entry point not in text
*** Error code 1 

I don't have any idea what these are.

I do not have FLOATING_OPTION set, configuration was
config.gcc -srcdir=../gcc sun3-os4
where ../gcc is the 1.36 source.  I used essentially the
same technique to build gcc-1.36 successfully on Sun 4 & 386i,
so I'm puzzled.  Any ideas or help appreciated.

Thanks for your attention,
Michael Helm (mike@fionn.lbl.gov) (M_Helm@lbl.gov)