On Mon, Mar 17, 2008 at 04:37:26AM -0700, Alexander wrote: > Hello. When I'm building OpenSolaris on Indiana, I get the following error: > ... > /usr/sfw/bin/flex -t -v ../common/parser_lex.l > parser_lex.c > flex: fatal internal error, exec failed
Guessing from "exec failed", I trussed the command on a Nevada system and saw that flex executes /usr/bin/gm4. Do you have that on your system? If not, then you'll want to install SUNWgm4. Danek
