Date: Sun, 23 Aug 1998 17:43:04 +0300 (IDT) From: Eli Zaretskii To: Dan Bogdanov cc: djgpp AT delorie DOT com Subject: Re: What do I need ? In-Reply-To: <35dd4b54$0$429@diablo.uninet.ee> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 21 Aug 1998, Dan Bogdanov wrote: > Many programs, especially ones who use graphics libraries etc. don't compile > and report undefined references to procedures like terminate, __eh_pc and > __throw. They should be in the libstdcx.a library, which exists on the > system, but why can't my system find them ? This usually means you are mixing object files compiled with earlier versions of GCC. You need to recompile all the C++ sources with GCC 2.8.1.