From: "DooMWiz" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help: C programs are OK, while I can't compile C++! Date: Wed, 27 Jan 1999 17:02:43 -0600 Organization: The Internet Connection - ticnet.com (using Airnews.net!) Lines: 31 Message-ID: X-Orig-Message-ID: <78o60g$esu AT library DOT airnews DOT net> References: <78nlsq$40j$1 AT nslave1 DOT tin DOT it> Abuse-Reports-To: abuse at ticnet.com to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Wed Jan 27 17:03:45 1999 NNTP-Posting-Host: c9kC-+Bl.F%+TMKB (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I had this problem when I first started-out with DJGPP. It turned-out to be that I had used WinZip to unzip the files for DJGPP, or was it Pkunzip? Well, either way, a library's filename got truncated to 8 characters, using the stupid tilde (~), because Win98 wanted it that way... Make sure you have the LFN line in djgpp.env set to Y if you're using WinZip. Sorry, but it's been so long since I had that problem, so I forgot the filename. Hope that helps somewhat. Emanuele Z. wrote in message news:78nlsq$40j$1 AT nslave1 DOT tin DOT it... >Hi. > >This are my first experiments with DJGPP. > >I can compile and run any C program (even via RHIDE), but when I try >to include any C++ header file (like iostream.h etc.) I get a ton of >"parse error(s)"! > >The compiler, C libraries and C++ libraries I downloaded should be >syncronized, as I downloaded all together from the same FTP site. > >Thanks in advance to anyone can help me. > >Bye. >Emanuele, >from Roma, Italy. >