Quote:
Originally Posted by John Adams
Oh shit. I just remembered this was a 64-bit OS. Is that a problem? 
|
I've not used 64-bit Linux, but it wouldn't surprise me if that is the problem, e.g. the code makes assumptions that certain data types are a given size (e.g. a long integer is 32 bits). If the size or alignment of data types is different for code generated by 64-bit GCC, then that would break things.