hi, I have a problem: latest cvs won't compile on my debian unstable box. I'm using gcc 2.95.4. here's where it goes wrong: root@Akemi:/home/scart/wine/dlls/kernel# make LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o comm.spec.c -spec comm.spec make: *** [comm.spec.c] Segmentation fault I've traced the crash with gdb; it seems to crash on __get_cs() here: void BuildSpec16File( FILE *outfile ) { .. #ifdef __i386__ unsigned short code_selector = code_selector = __get_cs(); #endif .. thanks for any help, mark dufour. _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users