From: Arlindo da S. <da...@al...> - 2008-02-03 18:27:08
|
On Feb 3, 2008 11:14 AM, Brian Doty <do...@co...> wrote: > sorry about our email ssytem tagging this stuff as junk. it is very > weird. > > I don't think grib2c would work on systems where sizeof(int) is 2. > Are there any such systems left? I am remembering that the size is 8 > on our 64 bit linux, in which case it works ok with this small > patch. But my memory is vague on this; Jennifer may remember > better... Brian > I think that compilers on x86_64 still use 32-bits for int (I just checked gcc on my x86_64 linux box), so we don't have much to worry about right now. Adding a test to configure would alert us if we are trying to build on anything that does not have sizeof(int)=4 so that we can have it addressed on the spot, rather than building grads and finding out that grads does not work. Arlindo -- Arlindo da Silva da...@al... |