I had the same problem. I had to build it from source to get it to run. I changed the g77 compiler to fortran in the Makefile:

chernev 18% diff Makefile*
6c6
< F77   = gfortran  # Your FORTRAN compiler
---
> F77   = g77  # Your FORTRAN compiler


I can't remember if this was required or not. My gfortran is from fink.

James




On Apr 15, 2008, at 2:49 AM, Eva Kirchner wrote:
Dear ccp4bb readers,

when I'm trying to run Procheck in CCP4i or with "procheck xxx.pdb 'resolution' ", it starts, but remains "running" forever. In the log file, it says that it started (or tried to start) the "Clean-up program CLEAN" (interface) or "Running clean-up on file: xxx.pdb" (without interface), but then it stops and nothing happens, until I finally kill it.

My ccp4 version is 6.0.2., I still have the older check version (Procheck and Sfcheck) without Rampage; Mac OS X 10.5.2. Other ccp4 programs work fine (pdbset, even sfcheck), so I assume it's not a problem with paths, permissions or writing .ps files (I didn't try Amore or Refmac yet).

Python is version 2.5, Tcl/Tk 8.4.16.

Any help would be greatly appreciated!

Eva

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA  90095

http://www.jamesstroud.com

Reply via email to