delorie.com/archives/browse.cgi | search |
Date: | Fri, 7 Jan 2000 09:06:03 +0500 (MVT) |
From: | Prashant TR <prashant_tr AT yahoo DOT com> |
To: | Alexey Zakhlestine <alx AT gs707 DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: configure-scripts |
In-Reply-To: | <00010707531703.00519@yahoo> |
Message-ID: | <Pine.LNX.4.10.10001070755490.629-100000@yahoo.com> |
MIME-Version: | 1.0 |
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 |
On Thu, 6 Jan 2000, Alexey Zakhlestine <alx AT gs707 DOT com> 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |