Re: [AMBER-Developers] Automatically detecting 32 bit compiles in configure

From: Volodymyr Babin <vbabin.ncsu.edu>
Date: Thu, 11 Mar 2010 13:36:18 -0500 (EST)

I have no idea, but do have a BSD machine around:

$ uname -a
OpenBSD planck.physics.ncsu.edu 4.1 GENERIC.MP#1225 i386
$uname -ap
OpenBSD planck.physics.ncsu.edu 4.1 GENERIC.MP#1225 i386 Intel Pentium III
("GenuineIntel" 686-class)

Compile/run a short C-program that prints sizeof() of something relevant?
Something like

#include <stdio.h>

int main()
{
  printf ("%d\n", sizeof(void*));
}

Best,

Volodymyr

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Mar 11 2010 - 11:00:02 PST
Custom Search