On Tue, Oct 24, 2000 at 04:32:39PM -0600, Robert L. Harris wrote:
>
> I've built amanda so far on about 6 clients. On # 7 I'm getting this:
>
> gcc -g -o .libs/amrecover amrecover.o display_commands.o extract_list.o
> help.o set_commands.o uparse.o uscan.o -ll -R/usr/local/lib
> ../client-src/.libs/libamclient.so -lgen -lm -ltermcap -lsocket -lnsl
> -lintl -R/usr/local/lib ../tape-src/.libs/libamtape.so -lgen -lm
> -ltermcap -lsocket -lnsl -lintl -R/usr/local/lib
> ../common-src/.libs/libamanda.so -lgen -lm -ltermcap -lsocket -lnsl
> -lintl -lgen -lm -ltermcap -lsocket -lnsl -lintl
> Undefined first referenced
> symbol in file
> yy_scan_string uscan.o
This symbol (function) appears to be a Yacc (parser generator) function.
Is Lex/Yacc or Flex/Bison installed on your machine ?
R�my