naccess installation error
Hello I am trying to install naccess on a unbuntu installation (old version) due to the need of reusing my old scripts based on it. However, the installation generates error message like this:
$ compiling accall.f
accall.f:174:19:
write(4,'(a,i,a,i,a)') DIMENSIONED FOR ',
Error: Nonnegative width required in format string at (1)
and others three similar errors.
Any suggestion? Thanks
• 607 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Are you referring to https://www.bioinf.manchester.ac.uk/naccess/nac_intro.html ? This appears to be a very old FORTRAN program that says it uses FORTRAN 77. It may also be 32-bit.
Which FORTRAN compiler are you using (
gfortran?).Looks like there are current options like
FreeSASA(LINK) that you may want to consider instead.