On 2/2/06, Andrey Fomichev <[EMAIL PROTECTED]> wrote:
>
> I tried to build chicken 2.2 on Solaris 10 and experienced
> the following problem. Configure script could not find 'ar' command
> and substituted it with 'false' command. So, configure finished
> successfully but compilation failed on command 'false cru ...'.
> The problem actually was in absence of 'ar' command in my PATH, so
> I've fixed it quickly. But I think configure script should handle
> this problem (by reporting error rather than substituting 'ar' with
> 'false').

Hm. Autoconf is not my speciality. Should I use an AC_CHECK_PROG(AR, ...)?


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to