This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Vincent Lagendijk <address@hidden> >Organization: Ingenieurgesellschaft für Wasser und Umwelt mbh >Keywords: 200307040710.h647ASLd015510 Hi Vincent, re: try defining CPPFLAGS to include -Df2cFortran >unfortunately it didn't work. >I tried it with > >-DNDEBUG -Df2cFortran > >and with > >-DNDEBUG -DF2CFORTRAN > >the last option is the one belonging to the now provided .log files > >any new suggestions? In taking a harder look at the log files you included here and in the original messages, we note that you are not sending us the entire output from the make step. For instance: >x make.log, 426 bytes, 1 tape blocks > >Making `all' in directory /c/programme/gmt/GMT3.4.3/netcdf-3.5.0/src/libsrc > >make[2]: Entering directory `/C/Programme/gmt/GMT3.4.3/netcdf-3.5.0/src/libsrc > ' >/usr/gnu/bin/gcc -c -O -I. -DNDEBUG attr.c >make[2]: Leaving directory `/C/Programme/gmt/GMT3.4.3/netcdf-3.5.0/src/libsrc' >make[1]: Entering directory `/C/Programme/gmt/GMT3.4.3/netcdf-3.5.0/src' >make[1]: Leaving directory `/C/Programme/gmt/GMT3.4.3/netcdf-3.5.0/src' This shows the attempted compile of attr.c and no error messages. It then immediately shows the exiting of the libsrc directory and termination of the make. So, it looks like you are capturing the output of standard out but not standard error in make.log. You need to redirect both stdout and stderr into make.log and send us that file so we can see what error messages you are getting. Tom