When running 'make install', it appears that right after the 'libtool
mode=link' command
runs, it tries to run something called 'ar' with arguments of 'cru' and a
bunch of the object modules - except that libtool thinks it is an argument
to libtool.

I am sure that this is just ignorance on my part, but what is 'ar'.  I have
done lots of development on non-unix platforms, but am kinda new in this
area.

THANKS!  Tim

ERROR TEXT:

Making install in lib...
make[4]: Entering directory
`/export/home/dev/radius/freeradius-0.7.1/src/lib'
/export/home/dev/radius/freeradius-0.7.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU
_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-ex
terns -D_LIBRADIUS -I../include dict.o print.o radius.o valuepair.o token.o
misc.o log.o filters.o missing.o md4.o md5.o sha1.o hmac.o snprintf.o -o
libradius.a
ar cru libradius.a dict.o print.o radius.o valuepair.o token.o misc.o log.o
filters.o missing.o md4.o md5.o sha1.o hmac.o snprintf.o
/export/home/dev/radius/freeradius-0.7.1/libtool: ar: not found
make[4]: *** [libradius.a] Error 1
make[4]: Leaving directory
`/export/home/dev/radius/freeradius-0.7.1/src/lib'
make[3]: *** [common] Error 1
make[3]: Leaving directory `/export/home/dev/radius/freeradius-0.7.1/src'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/export/home/dev/radius/freeradius-0.7.1/src'
make[1]: *** [common] Error 1
make[1]: Leaving directory `/export/home/dev/radius/freeradius-0.7.1'
make: *** [install] Error 2
#


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to