![]() |
Hi, It looks like a internal-compiler error: >FaxModem::recvPageDLEData(struct tiff *, unsigned char, const struct >Class2Params &, class fxStr &)': >CopyQuality.c++:278: internal error--unrecognizable insn: >(insn 1362 1354 1363 (set (reg:DI 6 $6) > (plus:DI (reg:DI 15 $15) > (const_int 43664))) -1 (nil) > (nil)) >CopyQuality.c++:278: confused by earlier errors, bailing out >{standard input}: Assembler messages: >{standard input}:56: Warning: Missing .end or .bend at end of file There's a few casts in that function from native size quantitys to 32 bit and 16 bit values maybe the compiler is getting confused. Your best bet by far though is to get a new compiler, or if you have the latest version report it as a compiler bug. Try http://egcs.cygnus.com/ - Robert