Hello, Thank you for your patience; it took a little bit longer than expected to get everything working on cygwin than I expected. Your config.log does not reveal any obvious problems, and I haven't been able to recreate your issue. We have had a different issue reported to us, however, which the user was able to fix by calling 'autoreconf -if' before running configure. This regenerated the 'configure' script, and the errors he was seeing went away. Would it be possible to try this on your system and see if that fixes this? -Ward > Hello, > > Thanks for submitting the issue and your config.log. We have limited > resources readily available for testing on Windows, so it will take me a > little bit to set up a cygwin environment for testing. In the meantime, you > may have luck with the netcdf-fortran 4.2 package provided by cygwin. I will > follow up with you once I have had a chance to recreate the issue, hopefully > in the next day or so. > > Have a good day, > > -Ward > > > Hi! > > > > I'm trying to install netcdf-fortran4.4.0 after having successfully > > installed the netcdf-C library (netcdf-4.3.2). > > Configure runs ok, but make check fails with the following messages: > > > > > > PASS: nf_test.exe > > PASS: create_fills.sh > > PASS: tst_f77_v2.exe > > ../test-driver: line 107: 1544 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars.exe > > ../test-driver: line 107: 6976 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars2.exe > > ../test-driver: line 107: 6804 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars3.exe > > ../test-driver: line 107: 8176 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars4.exe > > ../test-driver: line 107: 1204 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars5.exe > > ../test-driver: line 107: 7000 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_vars6.exe > > ../test-driver: line 107: 6600 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_types.exe > > ../test-driver: line 107: 5452 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_types2.exe > > ../test-driver: line 107: 3972 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_types3.exe > > ../test-driver: line 107: 10060 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_groups.exe > > ../test-driver: line 107: 8992 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_path.exe > > ../test-driver: line 107: 9768 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_rengrps.exe > > ../test-driver: line 107: 2776 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_vars.exe > > ../test-driver: line 107: 8636 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: tst_types.exe > > ../test-driver: line 107: 4472 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: tst_types2.exe > > PASS: f90tst_vars_vlen.exe > > ../test-driver: line 107: 156 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: tst_f90_nc4.exe > > ../test-driver: line 107: 2092 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_grps.exe > > ../test-driver: line 107: 1100 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_fill.exe > > ../test-driver: line 107: 3972 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_fill2.exe > > ../test-driver: line 107: 2156 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_vars3.exe > > ../test-driver: line 107: 3812 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_vars4.exe > > ../test-driver: line 107: 7132 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_vars2.exe > > ../test-driver: line 107: 6284 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_path.exe > > ../test-driver: line 107: 156 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: f90tst_rengrps.exe > > ../test-driver: line 107: 2092 Aborted (core dumped) "$@" > > > $log_file 2>&1 > > FAIL: ftst_v2.exe > > PASS: ftest.exe > > PASS: tst_f90.exe > > make[4]: Entering directory '/software/netcdf-fortran-4.4.0/nf_test' > > make[4]: Nothing to be done for 'all'. > > make[4]: Leaving directory '/software/netcdf-fortran-4.4.0/nf_test' > > ============================================================================ > > Testsuite summary for netCDF-Fortran 4.4.0 > > ============================================================================ > > # TOTAL: 31 > > # PASS: 6 > > # SKIP: 0 > > # XFAIL: 0 > > # FAIL: 25 > > # XPASS: 0 > > # ERROR: 0 > > ============================================================================ > > See nf_test/test-suite.log > > Please report to address@hidden > > ============================================================================ > > Makefile:1397: recipe for target 'test-suite.log' failed > > make[3]: *** [test-suite.log] Error 1 > > make[3]: Leaving directory '/software/netcdf-fortran-4.4.0/nf_test' > > Makefile:1503: recipe for target 'check-TESTS' failed > > make[2]: *** [check-TESTS] Error 2 > > make[2]: Leaving directory '/software/netcdf-fortran-4.4.0/nf_test' > > Makefile:1814: recipe for target 'check-am' failed > > make[1]: *** [check-am] Error 2 > > make[1]: Leaving directory '/software/netcdf-fortran-4.4.0/nf_test' > > Makefile:534: recipe for target 'check-recursive' failed > > make: *** [check-recursive] Error 1 > > > > > > The config.log file attached. > > What I'm I doing wrong?? > > Best regards! > > PÃr > > > > > > > > > > > > > Ticket Details =================== Ticket ID: GAC-224020 Department: Support netCDF Priority: Normal Status: Closed
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.