Sergio Gelato wrote:
* Jeffrey Hutzelman [2004-11-22 16:25:23 -0500]:Look for the case construct for your $AFS_SYSNAME in the configure-script and change LEX="flex" to LEX="flex -l".
IIRC this is known lossage resulting from a change in flex. I don't recall what the workaround is, but I'm sure there are people reading who do.compile_et.o(.text+0xcb2): In function `yyerror':Haven't seen that one, sorry.
:undefined reference to `yylineno'
I think I spotted a patch in the archives that simply changed an "extern int yylineno" to plain "int yylineno". No guarantees, though; the problem doesn't seem to affect my current toolchain.
-l provides maximal compatibility with original lex.
(or quick and dirty in src/config/Makefile.config)
_______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
