Mail Archives: cygwin/1997/01/16/18:21:11
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".
- Raw text -