Message-Id: <199809092001.WAA39520@ieva06.lanet.lv> From: "Andris Pavenis" To: "'djgpp AT delorie DOT com'" , "Curtis, Craig M." Date: Wed, 9 Sep 1998 22:06:03 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: configure problem In-reply-to: Precedence: bulk From: "Curtis, Craig M." Subject: configure problem Date sent: Wed, 9 Sep 1998 14:10:12 -0400 > 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. I recommend to look scripts djconfig.sh and djmake.sh in sources of gcc-2.8.1 (archive gcc281s.zip). Running configure under DJGPP is not so easy as it is necessary to set some environment variables at first. Also it may be needed to run autoconf at first. > Has anyone had this problem before, and if so, how can I fix this? > Andris