Date: Tue, 11 Jan 2000 15:01:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andrea Ryan cc: djgpp AT delorie DOT com Subject: Re: Include Paths In-Reply-To: <387A980E.B91D4817@global2000.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Jan 2000, Andrea Ryan wrote: > SET CPLUS_INCLUDE_PATH=%MGL_ROOT%/include; > SET C_INCLUDE_PATH=%MGL_ROOT%/include; Remove the trailing semi-colons from these two lines. They are unnecessary and can cause trouble. After removing them, run the modified batch file and see if your previous problems are solved. Other that that, I don't see anything in this batch file that could interfere with normal DJGPP operation.