Date: Wed, 11 Feb 1998 18:39:58 -0800 (PST) Message-Id: <199802120239.SAA17009@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Mike McLean , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: code under Allegro 3.0 and PG++ 1.01 Precedence: bulk At 03:41 2/10/1998 -0700, Mike McLean wrote: >I have a problem with some code I am using for file routines under >allegro 3.0. I am writing a game in C++ using the PG++ 1.01 addition to >DJGPP. I get undefined reference to terminate(void) and a bunch of >errors that scroll too fast for me to see. What could be wrong with the >following 2 functions? It works if I comment out all the code and leave >the functions blank, but then I can't save or read info from disk. Any >help is greatly appreciated. [snipped] I believe somebody had a similar problem not long ago. If I remember correctly, the solution was to link with the `-lstdcxx' library. You could also search the archives if that doesn't work. Nate Eldredge eldredge AT ap DOT net