Hello,
I am trying to compile Apache 1.3.17 on Sun 2.6 and get the following errors
with gcc:
# make
===> src
make[1]: Entering directory `/apps/apache_1.3.17'
make[2]: Entering directory `/apps/apache_1.3.17/src'
===> src/os/unix
rm -f libos.a
ar cr libos.a os.o os-inline.o
make[3]: ar: Command not found
make[3]: *** [libos.a] Error 127
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/apps/apache_1.3.17/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/apps/apache_1.3.17'
make: *** [build] Error 2
does anyone know what the command "ar" is or what I am doing wrong?
Thanks