--Client-only compile went OK but wasn't able to get things going from the
host so I thought a complete compile would give me a system I could debug
before working on host connection stuff.  But the full compile fails with

/bin/sh ../libtool --mode=link cc  -g -O2    -o amindexd  amindexd.o
disk_history.o list_dir.o ../common-src/libamanda.la  libamserver.la
../tape-src/libamtape.la        ../common-src/libamanda.la -lm -lreadline
-lcurses
cc -g -O2 -o amindexd amindexd.o disk_history.o list_dir.o
../common-src/.libs/libamanda.a -lm -lreadline -lcurses
.libs/libamserver.a -lm -lreadline -lcurses ../tape-src/.libs/libamtape.a
-lm -lreadline -lcurses ../common-src/.libs/libamanda.a -lm -lreadline
-lcurses -lm -lreadline -lcurses
/usr/bin/ld: Undefined symbols:
_start_time
make[1]: *** [amindexd] Error 1
make: *** [all-recursive] Error 1

And the build --without-libtools gives the same error

Help/direction would be appreciated

thanks

Reply via email to