From: "Danny McCaslin" Subject: Re: Help with compiling a file Newsgroups: comp.os.msdos.djgpp References: Message-ID: <01c2facd$a0203460$3715998d@deb> X-Newsreader: Microsoft Internet News 4.70.1155 Lines: 32 Date: Fri, 04 Apr 2003 17:13:51 GMT NNTP-Posting-Host: 141.153.21.55 X-Complaints-To: abuse AT verizon DOT net X-Trace: nwrddc01.gnilink.net 1049476431 141.153.21.55 (Fri, 04 Apr 2003 12:13:51 EST) NNTP-Posting-Date: Fri, 04 Apr 2003 12:13:51 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Stromberg wrote in article ... > > For the second error: you have to decide if you want to learn an old > version if C++ or not. If not then you need another book. (Using > iostream.h is wrong in current C++.) > > For the first error: we need to see the command line you used for > compiling and the complete error message typed in correctly. A listing > of what files you have in the directory you are in would be good as > well. > > For any problem you have it's a good idea to state which OS and > version you use too. > Thanks for the help. I'm running Windows 95 and using Rhide 1.5. I just downloaded it and the rest of the stuff off of the web site last night, so I'd assume it's up-to-date. The error message was: Error: gcc.exe: Conversion.o: no such file or directory (ENOENT) The program I'm trying to compile is called Conversion.cpp. it converts Celsius to Fahrenheit. When did the change in programming come along, so I know what kind of book to buy so I can get this right? Danny