Hi, in case you ever hit this problem (as I did on ppc64 & ppc64le machines), here's my work-around: sed -i -e 's|ECHO|YYECHO|g' src/lib/eval/lexer.cc and flex upstream beg report: https://sourceforge.net/p/flex/bugs/197/ -- Jiri