Thanks Tim and everyone for suggestions.
I finally got it to work by linking the single-precision libraries:
zsh-% otool -L /sw/bin/coot | grep fft
/sw/lib/libsrfftw.2.dylib (compatibility version 3.0.0,
current version 3.7.0)
/sw/lib/libsfftw.2.dylib (compatibility version 3.0.0,
current version 3.7.0)
On Sep 2, 2008, at 10:20 AM, Tim Fenn wrote:
On Tue, 2 Sep 2008 07:27:17 -0700 "William G. Scott"
<[EMAIL PROTECTED]> wrote:
Hi Kevin:
My problem is this:
If coot (the binary itself) links to fftw v. 2.1.5, it crashes,
reporting a memory conflict error, upon trying to calculate a map.
(This happens whether I link to dynamic or static libraries,
contrary to my previous report to Paul.) If coot links to fftw v.
2.0.7, supplied by ccp4, it works properly.
try compiling clipper with -fno-strict-aliasing, or drop the
optimization flags to -O1 or lower.
HTH,
Tim
--
---------------------------------------------------------
Tim Fenn
[EMAIL PROTECTED]
Stanford University, School of Medicine
James H. Clark Center
318 Campus Drive, Room E300
Stanford, CA 94305-5432
Phone: (650) 736-1714
FAX: (650) 736-1961
---------------------------------------------------------