What is the best way to make > long a 64 bit irrespective of whether it is compiled for a 32-bit or for a > 64-bit architecture ? > > Depends on the data model you are using. Assuming that you are using ILP32 > for -m32 and LP64 -m64, long long is 8 across 32&64. > > > -- > Sent from: http://gcc.1065356.n8.nabble.com/gcc-Help-f629689.html >