11 Aug
2006
11 Aug
'06
4:21 a.m.
It looks like the makefile needs the full path to ar, or ar needs to be in your $PATH. Try adding /usr/ccs/bin to your $PATH.
-Charles
Everett, Vernon wrote:
Hi all
I am not having much luck with the new version. Running Solaris 10 x86
gmake[1]: ar: Command not found gmake[1]: *** [libbbgen.a] Error 127 gmake[1]: Leaving directory `/export/home/hobbit/hobbit-4.2.0/lib' gmake: *** [lib-build] Error 2
The offending line appears to be from ~hobbit-4.2.0/lib/Makefile --- snip --- libbbgen.a: $(BBGENLIBOBJS) ar cr libbbgen.a $(BBGENLIBOBJS) ranlib libbbgen.a || echo ""