From: Andrew Newsgroups: comp.os.msdos.djgpp Subject: Help req. - Newbie problems compiling with RHIDE Date: Mon, 04 Dec 2000 12:38:05 -0800 Organization: Hardly any Message-ID: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry to take up this group's collective brainpower, but I'm trying to get a sample program from _C++ For Dummies_ to compile using Rawhide!...excuse me, RHIDE :-)... on Win98. It's the same temperature conversion program mentioned in another message in this newsgroup: Message-ID: <001101c03a9a$49fa5110$600917ac AT ausnt010 DOT latticesemi DOT com> It compiles fine using gcc, using a batch file provided by the author, e.g. gcc -g -c filename.cpp -o filename.o gcc -o filename.exe filename.o -lstdcx (where "filename.cpp" is the source file). It also compiles just fine using Borland Turbo C++ 3 for DOS, and Borland's command-line tools. But when I try to compile it with RHIDE, it gives me the error message: "Unmatched quote character" -- but there aren't any in the source code. Something tells me that some parameters aren't set correctly in RHIDE. Could anyone enlighten me as to what needs to be fixed? Thank you, Andrew