…an error message “make: ar: Command not found” for any application being compiled on Solaris box, here’s what to do as per gcc forum….
Add /usr/ccs/bin to your PATH.
In my case:
root@host# echo $PATH
Add /usr/ccs/bin/
Export PATH
…an error message “make: ar: Command not found” for any application being compiled on Solaris box, here’s what to do as per gcc forum….
Add /usr/ccs/bin to your PATH.
In my case:
root@host# echo $PATH
Add /usr/ccs/bin/
Export PATH