Hello,
I’m trying to build MEGAN3.2, using the command:
./make_all_programs.scr 32bit
but has an error ‘NVFORTRAN-S-0023-Syntax error - unbalanced parentheses (readwrfcamx.f: 104)’, as the figure shows, I use pgfortan, Thank you for your help in advance.
The suspicion is that this is non-Standard “fixed 132” Fortran source.
The compile-flag for this varies from compiler to compiler; I think it is -Mextend
for PGI Fortran, unless nVidia have changed it.
Thank you for repley, I editd the Makefile as
“PGF90 = pgf90
FCFLGS = -O -Mextend -Mlfs -Msecond_underscore
FCFLGS2 = -O -Mbyteswapio -Mextend -Mlfs -Msecond_underscore
FCFLGS3 = -O2 -Mnoframe -Mextend -Bstatic_pgi
LNKFLGS = -Bstatic_pgi”
then, it works