> > My first target is to build from the svn with there are tarballs at: http://www2.mrc-lmb.cam.ac.uk/groups/murshudov/coot/source/
BTW it seems that ver. 0.7.1 was released a week ago. > ./autogen.sh don't > ./configure At least --with-gtk2 is necessary. There is a number of --with-lib and --with-lib-prefix options. Some require path, some don't. When a check for library fails, coot build script usually ignores even explicitly given --with-* option and continues to build without this library. So it's better to check afterwards what features are actually built in. I'd look how it's built in other distros, for example: https://aur.archlinux.org/packages/co/coot/PKGBUILD Another thing: Coot works only with single-precision FFTW2. You may need to prefix rfftw.h header in CXXFFTSolventMap.h with 's' and make sure it's linked with -lsfftw. Best, Marcin
