Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!BERT.CS.BYU.EDU!amb From: amb@BERT.CS.BYU.EDU (A. Michael Burbidge) Newsgroups: gnu.g++.bug Subject: Problem installing g++ 1.31 Message-ID: <8812181815.AA05587@bert.cs.byu.edu> Date: 18 Dec 88 18:15:27 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 Problem building g++. Machine: Sun 3/60 OS: SunOS 3.4 Version: g++ 1.31, gcc 1.31 While linking c++, I get an undefined on _reverse_condition. I looked in jump.c and found that it was declared as static. I assume I got the undefined because it is used outside of jump.c and it is declared static. Why is this? This seems like such an obvious error, that I wonder if I did something major wrong in the way that I installed g++. Help! Mike Burbidge --- amb@bunsen.byu.edu