problem compiling: crash on BuildSpec16File?

mark dufour m.dufour at student.tudelft.nl
Sun Feb 24 23:02:51 CST 2002


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 at 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.




More information about the wine-users mailing list