On May 18, 2009, at 1:28 PM, Edward Miller wrote:
ld: i386 architecture of input file `/usr/local/CCP4/ccp4-6.0.2/lib/ libccp4c.a(cmap_open.o)' is incompatible with i386:x86-64 output


Just guessing, but it looks like you either need to recompile the dynamic libraries or figure out which compiler flag will build 32 bit executable. You have a 64 bit machine but your existing ccp4 install was compiled 32 bit. Try adding "-m32" to your compiler flags. I think this will work. Are you using the Makefile or manually compiling refmac?

You could also recompile all of ccp4 from the source distribution after you have changed MAXLINK in the header file.

James

Reply via email to