[gnu.g++.lib.bug] g++/libg++ difficulties

kolb@nisc.nyser.net (christopher kolb) (12/09/89)

 i posted a few days ago about a problem with the g++/libg++.  i had
 several suggestions (make sure you are using ld++, make sure you
 are not using /bin/ld, etc...).  well, my problem persists.

 below is a compilation...  any clues now???

 thanks again,
 chris

------
(kolb @nisc) % cmp /usr/local/lib/gcc-ld /usr/share/src/gnu/g++/ld++
(kolb @nisc) % g++ -Wall -v test.c
gcc version 1.36.1 (based on GCC 1.36)
 /usr/local/lib/gcc-cpp -+ -v -undef -D__GNUC__ -D__GNUG__ -D__cplusplus -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -Wall -D__HAVE_68881__ -Dmc68020 test.c /usr/tmp/cca07005.cpp
GNU CPP version 1.36
 /usr/local/lib/gcc-cc1plus /usr/tmp/cca07005.cpp -quiet -dumpbase test.c -Wall -version -o /usr/tmp/cca07005.s
GNU C++ version 1.36.1 (based on GCC 1.36) (68k, MIT syntax) compiled by GNU C version 1.36.
default target switches: -m68020 -mc68020 -m68881 -mbitfield
 as -mc68020 -o test.o /usr/tmp/cca07005.s
 /usr/local/lib/gcc-ld -e start -dc -dp /lib/crt0.o /lib/Mcrt1.o test.o -lg++ /usr/local/lib/gcc-gnulib -lc
gnulib3.c:48: Undefined symbol ___DTOR_LIST__ referenced from text segment
gnulib3.c:72: Undefined symbol ___CTOR_LIST__ referenced from text segment
gnulib3.c:74: Undefined symbol ___CTOR_LIST__ referenced from text segment
(kolb @nisc) %