Path: utzoo!utgpu!watmath!iuvax!purdue!tut.cis.ohio-state.edu!lurch.stanford.edu!tiemann From: tiemann@lurch.stanford.edu (Michael Tiemann) Newsgroups: gnu.g++.lib.bug Subject: Re: GNU C++ Message-ID: <8911221912.AA02256@lurch.Stanford.EDU> Date: 22 Nov 89 19:12:21 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 If you get undefined symbol __DYNAMIC, it means you are using the wrong GNU ld. You must install the GNU ld that comes with GNU C++, which is an updated version of the one from binutils. Just install ld++ as /usr/local/lib/gcc-ld and things should work fine. Michael