Date: Sun, 26 May 2002 08:39:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dockeen cc: djgpp AT delorie DOT com Subject: Re: Configure - Path Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 25 May 2002, Dockeen wrote: > As an experiment, I was playing with doing an install of > an application in/with djgpp. I entered > > I started up djgpp, and entered: > > bash configure This is not enough to make sure the configure script succeeds. > Obviously I need to tell "someone" else, "somewhere" else > about where gcc, but I am ignorant where I need to do this. Make sure you have a file config.site in your c:\djgpp\share subdirectory, and make sure that file has this line in it: export TEST_FINDS_EXE=Y What version of Bash do you have installed, btw?