From: takahashi AT webtv DOT net Newsgroups: comp.os.msdos.djgpp Subject: newbie needing help with rhide Date: Sat, 6 Sep 1997 13:06:55 -0400 Organization: WebTV Subscriber Lines: 17 Message-ID: <5us2jf$4u9$1@newsd-199.bryant.webtv.net> NNTP-Posting-Host: newsd-199.bryant.webtv.net Mime-Version: 1.0 (WebTV) Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk i've been trying for the past couple of days trying to compile a simple c program. its like this: #include "stdio.h" void main() { printf("hello"); } i have tried to compile this using rhide and everytime i get an error message that says something like.... ERROR:c:\dos\rhaaaaa/ could not create hello.o or directory does not exist i stayed up all night trying to get it to work but never got it. any of yall run into this kind of problem?