home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.sysadmin
- Path: sparky!uunet!mcsun!Germany.EU.net!news.uni-bielefeld.de!news
- From: uwe@bio131.uni-bielefeld.de (Uwe Mueller)
- Subject: gcc-2.1 and libg++-2.2 problems with ld ...
- Sender: news@unibi.uni-bielefeld.de (News Administrator)
- Message-ID: <1992Jul29.111446.6189@unibi.uni-bielefeld.de>
- Date: Wed, 29 Jul 92 11:14:46 GMT
- Nntp-Posting-Host: bio131.uni-bielefeld.de
- Organization: Universitaet Bielefeld
- Lines: 25
-
-
-
- When trying to compile libg++-2.2 using gcc Version 2.1 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 tries to use the old one in /bin/ld. Attempts
- to replace the old linker by the new one led to fatal system crashes ...
-
- Thanks for any help
-
- uwe@bio128.uni-bielefeld.de
-