>
> > There is no directory libltdl.
>
> Did you do 'update -d' or just 'update'. You need '-d' to make new
> directories.
Fixed the source tree, reinstalled libtool, automake, autoconf, removed
/usr/share/aclocal/*m4 and that solved the problem.
I downloaded nspr (you should put the instructions in HACKING or INSTALL),
built it, but got a link error when building japhar:
Making all in libruntime make[2]: Entering directory
`/home/jewel/japhar/japhar/lib/libruntime'
/bin/sh ../../libtool --mode=link gcc -I/usr/local/nspr/include -g -O2
-L/usr/local/nspr/lib -o libruntime.la -rpath /usr/local/japhar/lib -version-info 1:0:0
../../lib/zlib/libzlib.la abort.lo alloc.lo arrays.lo array-class.lo classpath.lo
clparse.lo exceptions.lo field.lo gc.lo init.lo interploop.lo
jstrings.lo method.lo nativeglue.lo objects.lo primitive-class.lo printf.lo sig.lo
sysclsloader.lo thread.lo zextract.lo
libtool: link: error: cannot link shared libraries into libtool libraries
make[2]: *** [libruntime.la] Error 1
make[2]: Leaving directory `/home/jewel/japhar/japhar/lib/libruntime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jewel/japhar/japhar/lib'
make: *** [all-recursive] Error 1
John
I got libltdl, but I still get the errors when doing aclocal at the
top-level dir:
aclocal: configure.in: 329: macro `AM_DISABLE_SHARED' not found in library
aclocal: configure.in: 333: macro `AM_DISABLE_STATIC' not found in library
aclocal: configure.in: 431: macro `AM_PROG_LIBTOOL' not found in library
I reinstalled libtool, automake and autoconf.