[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ccp4bb]: protein compiling



***  For details on how to be removed from this list visit the  ***
***    CCP4 home page http://www.dl.ac.uk/CCP/CCP4/main.html    ***

Didier,

compile with the -static flag. It is a machine specific problem

f77 -O2 -n32 -w -nocpp -static -o protin /progs1/ccp4_4.0/src/protin.f
-L../lib/src -lccp4 -L/progs1/ccp4_4.0/lib/ccif -lccif

Charles Ballard

On Mon, 24 Jul 2000, Didier NURIZZO wrote:

> ***  For details on how to be removed from this list visit the  ***
> ***    CCP4 home page http://www.dl.ac.uk/CCP/CCP4/main.html    ***
> 
> Hi all,
> 
> I am trying to recompile protin. Then the compiling procedure works fine
> with (no error messages), but the program doesn't run at all and send me a
> core dump when I start it! I use the command make protin to compile which
> means : 
> "f77 -O2 -n32 -w -nocpp -o protin /progs1/ccp4_4.0/src/protin.f 
> -L../lib/src -lccp4 -L/progs1/ccp4_4.0/lib/ccif -lccif"
> 
> Any comment????
> 
> Cheers.
> 
> Didier
>