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



printf is basic C, sfall is pure Fortran, but may ultimately call printf
depending on the compiler chosen.

Not much to go on, but I'd guess maybe format overflow (given the "very
large"). So try:

diff -r1.174 sfall.f
4150c4150
<       WRITE (6,FMT=6002) IAXX,ZSF,ZFF
---
>       WRITE (6,*) IAXX,ZSF,ZFF

to see what the numbers should be. Of course, it may just be symptomatic
of an earlier problem.
Sorry, can't compile this for you - I never joined the cult of Mac ...

Cheers
Martyn

On Mon, 2007-01-15 at 15:15 +0000, Eleanor Dodson wrote:
> printf is a library routine, called I would think from many programs.
> Perhaps Martyn Winn can help?
>   Eleanor
> 
> Edward Miller wrote:
> 
> > ***  For details on how to be removed from this list visit the  ***
> > ***          CCP4 home page http://www.ccp4.ac.uk         ***
> >
> >
> > Hi folks,
> >
> > While trying to produce structure factors from a very large,
> > multimeric pdb with sfall, I encountered the following error message:
> >
> > The program run with command: sfall has failed with error message
> > At line 4150 of file 
> > /sw/src/fink.build/ccp4-6.0.2-3/ccp4-6.0.2/src/sfall.f
> > Internal Error: printf is broken
> >
> > I've encountered a printf error in the past with Refmac5 and posted
> > here with the subject "Refmac5 fails - printf broken". The solution
> > then was to just install the most recent version; I had Refmac 5.2x
> > and 5.3x did the trick.
> >
> > Is there a new version of Sfall out there to download that could fix
> > this problem as well?
> >
> > I'm running SFALL version 6.0 through ccp4i.
> >
> >
> > Regards,
> >
> > Ed Miller
> >
> >
> 

Reply via email to