[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20030709: problems installing netcdf (cont.)



>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