X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 31 Aug 2007 00:52:29 -0400 From: Ethan Rosenberg Subject: 1] Problems with compiler 2] Problems with Rhide To: djgpp AT delorie DOT com Message-id: <0JNN00HK280GQ110@mta1.srv.hcvlny.cv.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Reply-To: djgpp AT delorie DOT com Dear Group - Thank you for the help with the environment variable. I forgot to set the variable. I added SET DJGPP=c:\D\DJGPP\DJGPP.ENV, and everything works. However... I respectfully request your advice on the following: 1] I am using my wife's Windows 2000 computer, but booting off a drive that has DOS 7.1 loaded. I am not running a DOS shell off Windows 2000. I wrote the following trivial program, to test if my installation of DJGPP would work with DOS 7.1 #include int main() { printf("hello world"); } I receive the following message on an attempted compile: Can't create d/djgpp/bin/tt.o Permission denied (EACCES) 2] When I start Rhide, my screen looks like a blue and yellow checker board. When I open a program, it clears, but when I go to any other screen; eg, compile, the checker board reappears. Much thanks in advance. Ethan