But then, it doesn't work on Linux (intel 32-bit) either... What's this int64_t supposed to be? We're not just talking about a long long are we?
I found it on my Red Hat 9 box in sys/types.h: <snip> # if __GLIBC_HAVE_LONG_LONG __extension__ typedef long long int int64_t; # endif </snip>
Joe
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])