Message-Id: Date: Mon, 3 Jun 1996 13:10:28 -0300 From: Glenn Euloth To: djgpp AT delorie DOT com Subject: Troubles with C++ compiling. - Answer Troubles with C++ compiling. - Answer Please disregard my previous post. Further digging led me to the DJGPP web site where I was able to search the previous message list to come up with the following answer: ====================================================== Well, this is answered in Section 8.8 of the FAQ, but here's the solution: Run "gcc [filename.cc] -lgpp" The '-lgpp' tells the linker to search libgpp.a for unresolved functions. Ian vmeister AT ios DOT com http://ios.com/~vmeister/ ======================================================= This solved my problem. My apologies for jumping the gun. I've only been using the DJGPP compiler for a couple of days and I let the frustration get to me instead of pounding out the answer by digging. Regards, Glenn