On Mon, 7 Jul 2003 02:19 pm, Tom Lane wrote: > Is type int64_t defined anywhere in your system headers? If so, where?
Er... no... this: int main() { printf("sizeof is: %d\n", sizeof(int64_t)); } fails with: cc: Error: l.c, line 2: In this statement, "int64_t" is not declared. (undeclared) printf("t is: %d\n", sizeof(int64_t)); ------------------------------------^ 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? Regards, Philip. ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]