Thread: Azone Patch
View Single Post
  #14  
Old 06-02-2008, 01:51 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by John Adams View Post
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.
Reply With Quote