From: Mordo Ezagouri Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and STL Date: Thu, 21 Nov 1996 05:11:54 +0200 Organization: Jordan Valley Academic College Lines: 25 Message-ID: <3293C87A.7AEF@yarden.yarden.ac.il> NNTP-Posting-Host: pc33.yarden.ac.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Can someone help me using STL with DJGPP ? Here is my sample program (vector.cpp): #include int main() { vector v(10); return 0; } I get a linking error: vector.cc(.text+0xa0f): undefined reference to 'operator new(unsigned long, void *)' The same source is OK with Borland C++ 4.52, 5.01 and g++ on Linux 2.0.0 so what's wrong ? Thanks in advance Mordo Ezagouri Lan Administrator Computer department Jordan Valley Academic College - 15132 - ISRAEL