Re: make error...can not create "ar"

2002-06-14 Thread Richard Dunham
Thank you...it worked like a champ. Richard "Paul D. Smith" wrote: > > %% Regarding make error...can not create "ar" ; you wrote: > > rd> # make ar > rd> /opt/SUNWspro/bin/cc -gar.c -o ar > > You can't make it because ar is a system utility (the library archive > creator, the thing

make error...can not create "ar"

2002-06-14 Thread Richard Dunham
# make ar /opt/SUNWspro/bin/cc -gar.c -o ar "./make.h", line 28: cannot find include file: cc: acomp failed for ar.c make: *** [ar] Error 2 # Try again using modified make.h with "config.h" # make ar /opt/SUNWspro/bin/cc -gar.c -o ar Undefined fi