Date: Sun, 25 Oct 1998 21:21:49 -0500 (EST) Message-Id: <199810260221.VAA10792@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <000201be0086$edc23ce0$d73363c3@solo> (myrto@btinternet.com) Subject: Re: Help! Reply-To: djgpp AT delorie DOT com > c:/lang&lib/djgpp/tmp\cccyawqa(.text+0x36):main.cc: undefined reference to > `cout' Sounds like you forgot the C++ library (-lstdcxx), or used "gcc" instead of "gxx" to link your C++ program.