OCSSW Buildit problem

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
tulu123456
Posts: 1
Joined: Tue Dec 21, 2021 5:23 am America/New_York
Answers: 0

OCSSW Buildit problem

by tulu123456 » Tue Dec 21, 2021 5:33 am America/New_York

gfortran -DHAVE_CONFIG_H -I. -I.. -I../libsrc -DpgiFortran -I../fortran -I../fortran -m64 -ffixed-line-length-none -fconvert=big-endian -fno-automatic -O3 -c -o ftst_path.o ftst_path.F
ftst_path.F:28:72:

if ((path_len /= LEN(FILE_NAME)) .OR. &
1
Error: Syntax error in expression at (1)
ftst_path.F:41:72:

if ((path_len /= LEN(FILE_NAME)) .OR. &
1
Error: Syntax error in expression at (1)
ftst_path.F:55:72:

if ((path_len /= LEN(FILE_NAME)) .OR. &
1
Error: Syntax error in expression at (1)
ftst_path.F:68:72:

if ((path_len /= LEN(FILE_NAME)) .OR. &
1
Error: Syntax error in expression at (1)
Makefile:1281: recipe for target 'ftst_path.o' failed
make[2]: *** [ftst_path.o] Error 1
make[2]: 离开目录“/home/dell/test1/opt/src/netcdf/netcdf-fortran-4.4.4/nf_test”
Makefile:1814: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: 离开目录“/home/dell/test1/opt/src/netcdf/netcdf-fortran-4.4.4/nf_test”
Makefile:534: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
***** make check failed *****


After I installed netcdf-c, I got a syntax error when installing netcdf-fortran. Why?

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 345
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: OCSSW Buildit problem

by OB.DAAC - amscott » Thu Mar 24, 2022 2:05 pm America/New_York


Post Reply