home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!bio131.uni-bielefeld.de!uwe
- From: uwe@bio131.uni-bielefeld.de (Uwe Mueller)
- Subject: libg++-2.2 on an NeXT, linker error
- Message-ID: <1992Jul29.113011.6470@unibi.uni-bielefeld.de>
- Sender: gnulists@ai.mit.edu
- Organization: Universitaet Bielefeld
- Distribution: gnu
- Date: Wed, 29 Jul 1992 11:30:11 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 25
-
- When trying to compile libg++-2.2 using gcc Version 2.1 on a NEXT
- everything works fine, until the following linker error occurs:
-
- ------------------------------------------------------------------------
-
- gcc -o gperf new.o options.o iterator.o main.o gen-perf.o key-list.o
- list-node.o hash-table.o bool-array.o read-line.o std-err.o version.o
- ./../libg++.a
- ld: options.o symbol 37 (___DTOR_LIST__) has unknown n_type field (0x16)
- collect: /bin/ld returned 1 exit status
- *** Exit 1
- Stop.
-
- -------------------------------------------------------------------------
-
- has anyone any Idea what goes wrong? There is a new ld located in
- /usr/local/lib/gcc-lib/next/2.0/ which is part of the release of 2.1 of
- gcc. However, the makefile uses the old ld in /bin. Attempts
- to replace the old linker by the new one led to fatal system crashes ...
-
- Thanks for any help
-
- uwe@bio128.uni-bielefeld.de
-
-
-