Dave,

On Jun 15, 2005, at 6:21 AM, James Berry wrote:

Again, it works if create a symlink to gar and call it "ar", or I export
AR="GAR".  I have the same concerns about this as I do with the make
executable issue.

What does the configure script say? ("checking for ar...")

Okay, so configure isn't finding ar as gar (and uses "false" instead ;). You'll want to tell configure where ar is:

    ./configure AR=gar

This allows you to specify a value for ar that should be remembered by configure during a recheck.

-jdb

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to