Xref: news2.mv.net comp.os.msdos.djgpp:6777 From: "Maan M. Hamze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with DJGPP MSDOS Settings Date: 31 Jul 1996 20:01:44 GMT Organization: University of Texas at Austin Lines: 34 Message-ID: <01bb7f1a$067c3060$46705380@maan-m.-hamze> References: NNTP-Posting-Host: slip-38-6.ots.utexas.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Mark Habersack wrote in article ... > On 31 Jul 1996, Maan M. Hamze wrote: > > >Now, in DJGPP.ENV: > >How do you set DJDIR: > You should not mess with DJGPP.ENV (at least for now) - it's constructed in a > way that allows it to work with almost no modifications in most cases (and > yours seems to such one) > If you could give a more detailed description of the problem - it would be > easier to help. > > >Also; I need an example on how to set a path in DJGPP.ENV. The original > >one has the UNIX slashes (/). > >For example, is this correct: > It should not matter for djgpp which slashes you use, but I'd recommend using > UNIX ones. I sent you an archive with couple of files. Everything is working fine now, but I had to include SET statements in the autoexec.bat file with the inc and lib paths as they appear in the env file. The env file on its own is just not working, and in DOS, when I use the original env file, gcc and gxx start looking for dpmiload.exe which is way over my head in what you may call weird behaviour. By including these SET settings in autoexec, everything seems to work just fine in DOS and win95, using the command line and using RHIDE. However, I would still like to know what is wrong with the original env file. I sent it to you along with the modified env I am using now. Hope you can take a look at it. Thank you, Maan