Date: Thu, 1 Oct 1998 21:30:20 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ªü­õ cc: djgpp AT delorie DOT com Subject: Re: default functions in g++ ? In-Reply-To: <3QhCAB$Par@titan.cc.ntu.edu.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id OAA29113 On 1 Oct 1998, ªü­õ wrote: > At the linkage phase, the following errors were reported: > > undefined reference to ___bultin_vec_new > undefined reference to ___delete > undefined reference to ___eh_pc > undefined reference to ___throw > undefined reference to _terminate This problem is described in the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP), section 8.10: you are mixing different versions of the compiler and the libraries. Please read the FAQ for more details.