From: Wcinfrcr AT aol DOT com Message-ID: <39.70d732a.26952e2f@aol.com> Date: Wed, 5 Jul 2000 20:34:55 EDT Subject: linking error?? To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 108 Reply-To: djgpp AT delorie DOT com Ok I made a small program. I compiled it with microsoft's visual c++ 6.0 compiler and it worked perfectly. I switched to your compiler because I hate microsoft's crap and from what I hear your's is the best compiler around. I did all the path setting stuff I even made a .bat file for it, then I compile gcc conver~1.cpp -o conver~1.exe -lm //this is the right command line?? I get this error: C:/djgpp/lang/cxx/iostream.h:31: streambuf.h No such file or directory (ENOENT) Useally I would blame my codeing but it worked with microsofts crap. I got this program out of a c++ learning kit called: (Sams Teach Yourself c++ in 21 days complete compiler edition.) I don't know if this will help but I thought I'd include this. Michael Braecklein