Date: Wed, 10 Nov 1999 14:05:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: idea1 cc: djgpp AT delorie DOT com Subject: Re: PATH Problem In-Reply-To: <8089sa$pt8$1@usenet.kreonet.re.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 9 Nov 1999, idea1 wrote: > in DJGPP.ENV > SYSROOT=C:\ > PATH=%/>PATH% > > PATH is converted to > PATH=/djgpp/bin;d:/winnt;d:/winnt/system > > in bash > I run anyprogram in the d:/winnt > error ocurred > invailed argument /winnt > > what is the problem?? SYSROOT is the problem: only Bash knows about SYSROOT, so when you invoke other programs, they get confused by the incorrect PATH. The solution is not to use SYSROOT. You shouldn't need it; if you have problems that you think need SYSROOT, please describe those problems, because they most probably have other, safer solutions.