Help, can't make wwwlib

Has anyone seen this before?
The platform is (uname -a) :SunOS athena 5.8 Generic sun4u sparc 
SUNW,Ultra-60


# make
make  all-recursive
make[1]: Entering directory `/data/ben/wwwlib/w3c-libwww-5.3.2'
Making all in config
make[2]: Entering directory `/data/ben/wwwlib/w3c-libwww-5.3.2/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/ben/wwwlib/w3c-libwww-5.3.2/config'
Making all in modules
make[2]: Entering directory `/data/ben/wwwlib/w3c-libwww-5.3.2/modules'
Making all in expat
make[3]: Entering directory
`/data/ben/wwwlib/w3c-libwww-5.3.2/modules/expat'
Making all in xmltok
make[4]: Entering directory
`/data/ben/wwwlib/w3c-libwww-5.3.2/modules/expat/xmltok'
/bin/sh ../../../libtool --mode=link gcc  -g -O2 -DXML_NS -version-info
"1:0:1" -o libxmltok.la  -rpath /usr/local/lib xmlrole.lo xmltok.lo  -ldl
-lnsl -lsocket
rm -fr .libs/libxmltok.la .libs/libxmltok.* .libs/libxmltok.*
/usr/ccs/bin/ld -G -h libxmltok.so.0 -o .libs/libxmltok.so.0.1.0
xmlrole.lo xmltok.lo  -ldl -lnsl -lsocket -lc
(cd .libs && rm -f libxmltok.so.0 && ln -s libxmltok.so.0.1.0
libxmltok.so.0)
(cd .libs && rm -f libxmltok.so && ln -s libxmltok.so.0.1.0 libxmltok.so)
ar cru .libs/libxmltok.a  xmlrole.o xmltok.o
../../../libtool: ar: not found
make[4]: *** [libxmltok.la] Error 1
make[4]: Leaving directory
`/data/ben/wwwlib/w3c-libwww-5.3.2/modules/expat/xmltok'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/data/ben/wwwlib/w3c-libwww-5.3.2/modules/expat'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/data/ben/wwwlib/w3c-libwww-5.3.2/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/ben/wwwlib/w3c-libwww-5.3.2'
make: *** [all-recursive-am] Error 2
#

Received on Wednesday, 20 June 2001 18:04:21 UTC