Date: Sat, 7 Oct 2000 10:43:51 +0200 (WET) From: Andris Pavenis To: Ivan cc: djgpp AT delorie DOT com Subject: Re: Problems linking with STL In-Reply-To: <01c01035$819dfde0$6af41dc3@ivan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 7 Oct 2000, Ivan wrote: > When linking c++ with STL (vector) I get errors: > In function 'allocator::~allocator: > undefined reference to: __check_eh_spec > undefined reference to: __start_cp_handler > More likely the problem is mixing files from different gcc versions. Please uninstall old versions of gcc and reinstall it. Read file readme-gcc2952.txt from the same place where You got gcc binaries. Andris