Date: Thu, 21 Nov 1996 13:20:46 +0200 (IST) From: Eli Zaretskii To: Mordo Ezagouri Cc: djgpp AT delorie DOT com Subject: Re: DJGPP and STL In-Reply-To: <3293C87A.7AEF@yarden.yarden.ac.il> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 21 Nov 1996, Mordo Ezagouri wrote: > I get a linking error: > vector.cc(.text+0xa0f): undefined reference to 'operator new(unsigned > long, void *)' Use gxx instead of gcc when compiling C++ programs. It instructs the linker to search C++ class libraries. Note that this is all explained both in the readme.1st file and in the FAQ list (both available in v2 directory from the same place you got DJGPP).