I get the following error when attempting to build wine 20010326 on Solaris 8, MU3 ./tools/wineinstall ... cd `dirname winebuild/__depend__` && make depend ../../tools/makedep -I. -I. -I../../include -I../../include -C. import.c main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c -C. cd `dirname wmc/__depend__` && make depend ../../tools/makedep -I. -I. -I../../include -I../../include -C. lang.c mcl.c utils.c wmc.c write.c mcy.y -C. cd `dirname wrc/__depend__` && make depend lex -Cf -d -Ppp -8 -olex.ppl.c ./ppl.l lex: illegal option-- C Usage: lex [-ewctvnVY] [-Q(y/n)] [file] *** Error code 1 make: Fatal error: Command failed for target `lex.ppl.c' Current working directory /export/home/local/src/wine-20010305/tools/wrc *** Error code 1 make: Fatal error: Command failed for target `wrc/__depend__' Current working directory /export/home/local/src/wine-20010305/tools *** Error code 1 make: Fatal error: Command failed for target `tools/__depend__' Compilation failed, aborting install. Does anyone know what the equivalent lex options are on Solaris and if so, how wineinstall or configure should be changed to use the correct ones? Thanks, Bernie