From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Can you help me , installing djgpp on win ME Date: Mon, 22 Jan 2001 23:07:09 +0000 Organization: Customer of Energis Squared Lines: 19 Message-ID: References: <94i7vf$98v$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: modem-192.nitrogen.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news5.svr.pol.co.uk 980204842 17797 62.136.6.192 (22 Jan 2001 23:07:22 GMT) NNTP-Posting-Date: 22 Jan 2001 23:07:22 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com josezx AT my-deja DOT com wrote: > Ok Ive looked at different posts and tried everything , but nothing > happens, I have managed to add the path variable to my autoexec.bat > using msconfig.exe. > Here is what it looks like: > SET PATH=C:\BORLAND\BCC55\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN > SET DJGPP=C:\DJGPP\DJGPP.ENV > > Ive also tried removing the borland compiler and it wont work, in fact > I havent managed to get any of them working. C:\DJGPP\BIN wants to be at the start of the path list. Typing `set' at the DOS prompt will show all the environment variables including PATH and DJGPP, so that is the first thing to check. If you still have problems then you need to give more details. Cut and pasted error messages would help a lot.