When compiling the binutils I get this error: arparse.o(.text+0xe): In function `yyerror': : undefined reference to `linenumber' arparse.o(.text+0x3f8): In function `yyparse': : undefined reference to `yylex'
What's wrong?
Matthias-Christian Ott
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
yylex. Looks like a flex problem. You might try recompiling bison and flex first.
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
