Martin MOKREJ� <[EMAIL PROTECTED]> writes: > case alpha_dux51 in *_linux* ) cc -O2 -I/scratch/mokrejs/openafs/include >-I/scratch/mokrejs/openafs/src/config -I. -I. -O2 -o compile_et compile_et.o >error_table.o -L/scratch/mokrejs/openafs/lib -lafsutil;; * ) cc -O2 >-I/scratch/mokrejs/openafs/include -I/scratch/mokrejs/openafs/src/config -I. -I. -O2 >-o compile_et compile_et.o error_table.o -L/scratch/mokrejs/openafs/lib -lafsutil >-ll;; esac > ld: > Unresolved: > yylineno
You'll want to call flex with -l on OSF to get yylineno defined. /mattiasa _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
