[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] make on tcl fails
On Thursday 21 June 2001 12:07, Abbas Makki wrote:
> make: ar: Command not found
Make is trying to run ar to create a library file. It can't find ar,
so it fails out with the error messages you are seeing.
Try to find the install location for ar. From a terminal window, you
should be able to use "which ar" to find it - assuming ar is
somewhere in your search path.
If ar is not on your search path (a reasonable assumption given that
it wasn't found by make) you may have to use more extreme measures.
You can try the find command (find / -name ar). Just don't blame me
for the amount of output it produces (find wants to gripe about every
little directory that you don't have read permission for). As an
alternative, you might ask your local sysadmin where ar is installed.
--
Brian Lee Bowers | RADIANT Team
[email protected] | Los Alamos National Laboratory