X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: MCheu Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP & WinXP? Message-ID: <5p2hcu80e3rdqqk3hlgkkjstl3nrn30qai@4ax.com> References: X-Newsreader: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 49 Date: Thu, 25 Apr 2002 19:06:03 -0400 NNTP-Posting-Host: 65.95.65.211 X-Complaints-To: abuse AT sympatico DOT ca X-Trace: news20.bellglobal.com 1019775961 65.95.65.211 (Thu, 25 Apr 2002 19:06:01 EDT) NNTP-Posting-Date: Thu, 25 Apr 2002 19:06:01 EDT Organization: Bell Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 25 Apr 2002 19:24:20 GMT, Danno wrote: >Hi, sorry if this has been asked/answered, but I'm not having any luck >through google... > I have to use Windows, DJGPP with RHIDE & gcc for a C/C++ course I've >started. My system is running WinXP, and I cannot make this combination >happen. I've downloaded all the files I need using the ZIP-picker, created >a directory >C:\DJGPP > and unzipped everything (using WinXP's zip decompressor) inside that >directory, maintaining their directory structure inside. I've appended the >environment variable so that PATH also includes >C:\DJGPP\djdev203\bin;%PATH% > and that a new variable DJGPP is in >C:\DJGPP\D\djdev\djgpp.env > When I open the console, I can invoke >go32-v2 > from the prompt, which tells me about available RAM but provides no swap >space. If I want to use RHIDE I have to call it using the absolute path >C:\DJGPP\rhid149b\bin\rhide > which returns an error (Bad command or file name) when I try to compile. >When I try to make a call to gcc, it also has to be started using the >absolute path >C:\DJGPP\gcc304b\bin\gcc.exe testpg.cpp > which returns this error >gcc.exe: installation problem, cannot exec 'cc1plus': No such file or >directory (ENOENT) > but I have C:\DJGPP\gpp304b\ and all its contents in place. > I've tried to include an all-inclusive C:\DJGPP in the system's PATH, but >that hasn't helped. Can someone clue me in here? Any help would be >appreciated. Based on what you've mentioned, I suspect you may have unzipped everything into the wrong directories. Each of the zip files have their own directory structure, and have a common root. that is, when unzip djdev203.zip, unzip it into C:\DJGPP, likewise with ALL of the files. Do not unzip them into different root directories like you've been doing, as each of these packages shares a common directory structure. Also, I generally consider the use of fake emails to be rather rude. If you can't take responsibility for what you post, DON'T POST!!! ----------- Thanks MCheu