From: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Subject: RE: Linux -> Win95 16 Jan 1997 18:21:11 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <009AE7A1.8CE1CC00.7360.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de> Original-To: olivier AT willows DOT com Original-CC: gnu-win32 AT cygnus DOT com, dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Original-Sender: owner-gnu-win32 AT cygnus DOT com Hi, you wrote: : gcc -fPIC -DELF -fwritable-strings -Ic:\twinlib\src\win : -DRC_VERSION=\"2.0.4\" : -DDEBUG -DTRACE -g -DX386 -DLINUX -c lex.yy.c -o lex.yy.o : C:\WINDOWS\TEMP/cc001001.s: Assembler messages: : C:\WINDOWS\TEMP/cc001001.s:15046: Error: Signed .word overflow; switch may : be to : o large; 32960 at 0x7626 I guess "int" of only 16bit is used in lex.yy.c, you might try "long" instead. Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de) - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".