Message-ID: From: "Curtis, Craig M." To: "'djgpp AT delorie DOT com'" Subject: configure problem Date: Wed, 9 Sep 1998 14:10:12 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Precedence: bulk I have a fairly complete distribution of djgpp (most of the Unix-like utilities.) I find that there are some GNU source distributions that have a configure script that do not work on my system. The configure scripts fail when they cannot find gcc in my path. I do have gcc in my c:\djgpp\bin directory, which is in the path. A source distribution that this does not work with is the JED editor. A source distribution that it does work with is Python. I have looked in the configure script and it seems that I can type ./configure --with-gcc=yes to get it to work, but this does not always work. Has anyone had this problem before, and if so, how can I fix this? Thanks, Craig Curtis