When I run "./tools/wineinstall" , I got following errors. gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/openwin/include -o ppy.tab.o ppy.tab.c In file included from ./ppy.y:183: /usr/include/values.h:45: warning: `MAXSHORT' redefined ../../include/winnt.h:490: warning: this is the location of the previous definition /usr/include/values.h:47: warning: `MAXLONG' redefined ../../include/winnt.h:492: warning: this is the location of the previous definition ./ppy.y:789: warning: missing braces around initializer for `yytoks[0]' /usr/ccs/bin/yaccpar: In function `ppparse': /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/openwin/include -o lex.ppl.o lex.ppl.c In file included from ./ppl.l:141: ../../include/config.h:480: warning: `_FILE_OFFSET_BITS' redefined /usr/include/sys/feature_tests.h:96: warning: this is the location of the previous definition ./ppl.l: In function `pplex': ./ppl.l:336: `pplval' undeclared (first use in this function) ./ppl.l:336: (Each undeclared identifier is reported only once ./ppl.l:336: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `lex.ppl.o' Current working directory /home/chateau/download/wine-20010629/tools/wrc *** Error code 1 make: Fatal error: Command failed for target `wrc' Current working directory /home/chateau/download/wine-20010629/tools *** Error code 1 make: Fatal error: Command failed for target `tools' Compilation failed, aborting install. Could you help me? Thanks, Chateau