X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Randy Davis" Newsgroups: comp.os.msdos.djgpp References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> Subject: Re: DJGPP from clio.rice.edu for Windows 2000 Lines: 41 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: Date: Wed, 6 Mar 2002 20:37:50 -0600 NNTP-Posting-Host: 63.99.201.14 X-Trace: newsfeed.slurp.net 1015468620 63.99.201.14 (Wed, 06 Mar 2002 20:37:00 CST) NNTP-Posting-Date: Wed, 06 Mar 2002 20:37:00 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am using the "rice binaries" on Win2000 on very simple programs, but I can't get RHIDE to work properly. I've downloaded version RHIDE 1.4.9.1, Jan 28, 2002 build. The documentation says that this version of RHIDE was rebuilt with the "rice binaries". The RHIDE editor works fine. The Alt-F9 compile issues the proper compile command "gcc -g -c xxx.cpp -o xxxx.o". However, I can't tell that the compiler actually did anything. The output window simply says that the compile didn't work - no error messages or anything. One other thing: I can't get a DOS window open when I click File->Dos shell. This may be the problem - that it can't open a subshell within which to execute the gcc compiler? Is there a well known, easy solution to this problem? "deckerben" wrote in message news:3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de... > clio.rice.edu has released djgpp binaries that should run on windows 2000 > > In making a couple applications, I noticed that the "rice binaries" version > of bash and sh 'could not find gcc.exe' when executing a configure script > ("GCC unable to create executables" CONFIGURE error, also the MAKE error > that it couldn't find GCC.EXE) > > What is more interesting is this: It is OK if the 'rice bash' is in my > %DJGPP%\bin; the problems occur when it is in my D:\bin (needed to run > configure scripts). > > So the version kept in '\bin' is the Delorie dist. copy. Then configure > scripts run with that version without problems. > > Has anyone else noticed this??? > > > Ben > >