From: "David May" Organization: Albuquerque T-VI To: "xit; of zentmauz" Date: Thu, 23 Jan 1997 08:52:35 -0700 Subject: Re: cannot compile c++ progs in djgpp CC: djgpp AT delorie DOT com Message-ID: > when i am compiling c++ progs, i am getting a error message on the > "cout" function. and it haves a problem with ::iostream!!! :-((; It's not real clear what the problem is, but I would think that the gcc.exe program probably can't find the C++ libs. Use gxx for compiling your C++ programs, like so: gxx -O2 -o myfile.exe myfile.cc and you should be OK. Good luck. David May, ID Card Administrator Albuquerque TVI