Message-ID: <36C054F1.4354620E@xyz.net> From: Bjorn Hansen X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Directories in RHIDE References: <36BF7A3E DOT 3A47E603 AT epix DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 NNTP-Posting-Host: 207.14.89.33 X-Trace: news7.ispnews.com 918606759 207.14.89.33 (Tue, 09 Feb 1999 19:32:39 EDT) NNTP-Posting-Date: Tue, 09 Feb 1999 19:32:39 EDT Organization: ISPNews http://ispnews.com Date: Tue, 09 Feb 1999 15:32:01 +0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com the best way I have found is to make a shortcut to RHIDE and put the working directory the same as your source, in your case c:\djgpp\source. It should work though with going to options-->directories in rhide and putting in the path to your source too but then it's more of a pain in the butt to open stuff when you start RHIDE. I don't know about those other errors. Do you have more than one source file open when you compile? Brian Hansell wrote: > If anyone could help on this minor little annoyance it would be much > appreciated. I can't seem to get directories to work right. Let' say I > want my source code in c:\djgpp\source. I set that exact thing > (c:\djgpp\source\) in RHIDE, and try to make it work, but it doesn't. > Well, the first time I try to compile it, it says > > Cannot specify -o with -c and multiple compilations > > I'm a little confused, about the meaning of that. Anyhow, after I fail > my compile, i try it again, and i always get "cannot find blablabla" in > a window box. Can anyone just tell me exactly what I should type in if > my source is in c:\djgpp\source? > > THANKS