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