Date: Fri, 7 Jan 2000 09:06:03 +0500 (MVT) From: Prashant TR To: Alexey Zakhlestine cc: djgpp AT delorie DOT com Subject: Re: configure-scripts In-Reply-To: <00010707531703.00519@yahoo> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 6 Jan 2000, Alexey Zakhlestine wrote: > configure-scripts can not find my "gcc" > If I set it manually - everything is fine.... There's normally a line test -f $ac_dir/... or some such thing in the configure script. It needs to be changed to test -x ... and hopefully that should do it. Prashant --------------------------------------------------- One pound of learning requires ten pounds of common sense to apply it.