Path: utzoo!utgpu!watmath!uunet!ginosko!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.lib.bug Subject: Life out of balance (with fix) Message-ID: <8908160321.AA24265@yahi.Stanford.EDU> Date: 16 Aug 89 03:21:02 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 I found out why this happens: g++ -g -O -I../g++-include -I. -fstrength-reduce -c tSet2.cc g++ tSet2.o -o tSet2 -L. -ltest -lg++ -lm tSet2.cc:229: Undefined symbol _balance_PSintBSTSet referenced from text It is because genclass from libg++-1.35.0 looks for prototype files in $(prefix)/usr/local/lib/g++-include, while genclass from libg++-1.35.1 looks for them in $(prefix)/usr/gnu/lib/g++-include. I installed the new prototype files in the new places, but I was using an old genclass. Fix is to install the new genclass. Michael