Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!MARKTWAIN.STANFORD.EDU!tiemann From: tiemann@MARKTWAIN.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: Problem installing g++ 1.31 Message-ID: <8812181827.AA12051@marktwain.stanford.edu> Date: 18 Dec 88 18:27:19 GMT References: <8812181815.AA05587@bert.cs.byu.edu> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 Date: Sun, 18 Dec 88 11:15:27 MST From: amb@bert.cs.byu.edu (A. Michael Burbidge) 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 The message announcing the availability of GNU C++ warned of this problem. Just change reverse_condition to be non-static, and proceed. Michael