Date: Wed, 9 Sep 1998 19:48:10 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: (gcc Newbie Q again) loads of "undefined reference to foo class" errors In-Reply-To: <01bddbf6$7823ece0$LocalHost@jonadab> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 9 Sep 1998, Jonadab the Unsightly One wrote: > e:/a/djgpp/lib/libstdcxx.a(streambuf.o)(.text+0xe85):streambuf.cc: > undefined reference to `__rtti_user' > e:/a/djgpp/lib/libstdcxx.a(filebuf.o)(.text+0x46):filebuf.cc: undefined > reference to `__eh_pc' > e:/a/djgpp/lib/libstdcxx.a(filebuf.o)(.text+0x4f):filebuf.cc: undefined > reference to `__throw' This usually means that you haven't replaced your libgcc.a library with the version that comes with GCC 2.8.1; see the file problems.txt in the GCC distribution. > Reading specs from e:/a/djgpp/lib/specs > gcc version 2.8.1 Did you overwrite e:/a/djgpp/lib/specs with the version that comes with GCC 2.8.1? If not, your installation will be totally screwed. I suggest to remove the entire GCC installation and reinstall anew, and this time, please follow the instructions in README.DJGPP *to the letter*.