Quote |
Yeah, Bison, Yacc, Pkg-config and Flex are only used at the compile step, so they can be as new as wanted. |
Quote |
...several automake versions in there - some things want older versions, other things won't build without a recent automake |
Quote |
...wrapper as "lex" that calls flex -l (lex compatibility mode); seems better than just symlinking to me |
Code Sample |
$ make mrproper $ make include/linux/version.h $ make symlinks $ make menuconfig $ sudo mkdir /opt/compile-3.3.5/include/asm $ sudo cp -v include/asm/* /opt/compile-3.3.5/include/asm $ sudo cp -vR include/asm-generic /opt/compile-3.3.5/include $ sudo cp -vR include/linux /opt/compile-3.3.5/include |