From: Sean Gilley Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP!! Date: Fri, 03 Oct 1997 23:48:19 -0400 Organization: NetUnlimited, Inc. Lines: 61 Message-ID: <3435BC83.4E3A@netunlimited.net> References: <01bcd0f5$8fed74c0$LocalHost AT gbenjam> NNTP-Posting-Host: uhura-17.netunlimited.net 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 Garfield Benjamin wrote: Hey Garfield, Well you got the path and env correct. No you should not need to input this manually. I bet the problem is that Win95 has more than one autoexec.bat and it is not using the one you put your path into. On my machine I have (win95) an autoexec.bat, autoexec.syd and an autoexec.dos. One or more of these extra autos may have been hidden files. So put your path and env in all of them and see if that doen't fix it. Good Luck > > Hello, > > I am a new user of DJGPP... > If anyone could help me, I'd really appreciate it. > > I'm not new to programming (been using Basic, C and Assembler > for 17 years now) but, I am new to DJGPP. > > Anyway, what exactly does DJGPP do, if installed correctly? > > On my set-up, I have to manually set the path/env assigns at the > DOS-prompt before I can use DJGPP. > > If I've just turned on my machine (P133MHz), Windows95 boots then > I select the MS-DOS Prompt option to bring up a DOS-window. > > Now, I try to compile a program with gcc and it cannot find it's > resources. > > However, if I enter the following two lines at the >prompt... > > SET PATH=C:\DJGPP\BIN;%PATH% > SET DJGPP=C:\DJGPP\DJGPP.ENV > > ... now, gcc will compile fine. > > I already have added these two lines to my autoexec.bat file, but it > appears they are not being processed. > > So, if any of you guys who have been using DJGPP for some time > would tell me, how does YOUR djgpp sessions work? As in do you > also manually configure these settings? > > If it is normal, then that's okay. I have no problem manually > doing it but, I was under the impression I could just auto-assign > them in my start-up. > > Take care, > GARFIELD > e-mail: gbenjam AT sosbbs DOT com