Cross compilation and paths

Right, the problem was that LFLAGS was actually used for two things: as linker flags and as flex flags. This mistake wasn’t spotted because earlier versions of gcc simply ignored the -i flag. To fix this ambiguity, drwr recently renamed the flex flags variable to FLEXFLAGS on CVS.