Date: Mon, 10 Jan 2000 12:15:45 +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: <38794889.9CD6E6C3@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 Mon, 10 Jan 2000, Andrea Ryan wrote: > SET PATH =C:\DJGPP\BIN;%PATH% ^ Remove this blank! > [gcc] > COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin > LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/contrib/grx23/lib > C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%include Remove the last line above from DJGPP.ENV (only from the [gcc] section!). It is not required, and may actually be harmful.