Xref: news2.mv.net comp.os.msdos.djgpp:6644 From: "Maan M. Hamze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with DJGPP MSDOS Settings Date: 31 Jul 1996 11:37:14 GMT Organization: University of Texas at Austin Lines: 40 Message-ID: <01bb7ed3$8ddd2420$2ffb5380@maan-m.-hamze> References: <01bb7eb8$0a7bfa40$54fb5380 AT maan-m DOT -hamze> <31FF3315 DOT E58 AT Mathematik DOT tu-chemnitz DOT de> NNTP-Posting-Host: slip-53-15.ots.utexas.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Robert Hoehne wrote in article <31FF3315 DOT E58 AT Mathematik DOT tu-chemnitz DOT de>... > Maan M. Hamze wrote: > > > > I am trying to run DJGPP ver 2 for MSDOS to no avail!!!! > > I have the whole package installed in: > > E:\DJGPP > > I have E:\DJGPP\BIN in the autoexec.bat path; > > I have: > > SET DJGPP=E:\DJGPP\DJGPP.ENV > > in autoexec.bat > > > > Now, in DJGPP.ENV: > > How do you set DJDIR: > > DJDIR=???????? > > > > Try it without editing the DJGPP.ENV file. You have to change this file only, > if you change the directory structure of the DJGPP distribution or if you want > to add something there. > > Robert It has been strange but it would not work. Even RHIDE could not find the headers and the libs unless entered in the corresponding fields under OPTIONS. Even then it would not link. Anyway, I resolved this issue by cutting everything that had the paths in the env file, and then I included them all in SET statements in autoexec.bat. I had the clue from the RSXNTDJ1 package which asked the user to add the paths of headers and libs into SET statements in autoexec.bat. Having done that, RHIDE ran like a breeze compiling and linking "standard" files without the need to add the paths in RHIDE's OPTIONS. Apparently RHIDE can find its way using these SET statements for different headers and libs. I must say I am happy with the results. I just compiled and linked my first program using DJGPP and RHIDE :):):):)