Mail Archives: djgpp/2002/05/26/01:44:00
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?
- Raw text -