From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Date: 4 Feb 1999 20:27:19 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 42 Message-ID: <79cvr7$3bt$3@antares.lu.erisoft.se> References: NNTP-Posting-Host: juno.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mirza Hussain (mirza AT bobcat DOT ent DOT ohiou DOT edu) wrote: : Sorry for the trouble. : I have windows nt system. : I have removed all the files and reinstalled all the stuff all over again. : I assigned the path system variable as said in the readme file. : I made a new user uservariable by name djgpp and set the value as said. You mean DJGPP, I hope. Environment variables might be (I don't know as it's NT you are talking about) case sensitive. : And now i get the error : The name specified is not recognised as an internal or external : command,operable program or batch file. : I even tried to find the gcc.exe file .It is present in the directory : c:\djgpp\bin : i have two dfgpp.env one in c:\djgpp and other in c:\djgpp\gnu\gnu-2.81 : : My compiler path is COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin If you did edit the DJGPP.ENV file, then I suggest you re-extract the original one. If this is some environment variable (COMPILER_PATH) DJGPP doesn't care about it. You must edit your PATH variable. : my cc1,ccplus and cpp.exe are in C:\djgpp\lib\gcc-lib\djgpp\2.81 : : I have all my include files as said in proper place. : : I am not using rhide nor c++ : Only c As a precaution (to when you'll use c++), make sure you unzipped with a non Long File Name aware zipper and set the environment variable LFN to n ("set LFN=n") (this is neccessary as you are using NT). Right, MartinS