From: Ben Newsgroups: comp.os.msdos.djgpp Subject: Environment: OPTIONS\DIRECTORIES Date: Fri, 19 Dec 1997 19:36:15 -0500 Organization: All USENET -- http://www.Supernews.com Lines: 20 Message-ID: <349B12FF.3C97D3DA@mpinet.net> NNTP-Posting-Host: 11331 AT 208 DOT 6 DOT 198 DOT 113 Mime-Version: 1.0 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 two things: 1) Has anyone noticed, when you set a directory, for example, (object) as either (f:\djgpp\object or \djgpp\object) and save, it's get's changed to (F:/djgpp/object or /djgpp/object) .... any guesses? Tried looking up docs & it also refers in the format of (X:/?????/????). hmmmm? 2) The above may or may-not work, but has some possible bugs: changing the (object) and (sources) to my choice... so I can always open to the appropriate dir & save my *.o and *.exe files to another directory, other than the default /bin directory, causes a problem. I cannot progress any further after compiling my *.c file. All subsequent commands (make/link/run) are all shaded out. Now, if I go back and remove any directory changes and let it default to it's own and restart. It works fine, but my *.o & *.exe file ends up in the \bin directory. Anybody have a solution? Thanks.