Displaying 1 result from an estimated 1 matches for "__get_cs".
2002 Feb 24
0
problem compiling: crash on BuildSpec16File?
...s 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.