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

20040920: errors report from installing NETCDF in alpha linux



Suhong,

> To: address@hidden
> cc: address@hidden
> From: Suhong Ma <address@hidden>
> Subject: errors report from installing NETCDF in alpha linux
> Organization: UCAR/Unidata
> Keywords: 200409180732.i8I7WEnJ000896

The above message contained the following:

> there are some problems accur during installing the NETCDF in Alpha 
> Linux, Please help me fix them out. I appreciate! Thanks!
> 
> Suhong
> 
> A: suhongma_akikiki.soest.hawaii.edu% uname -a
> Linux akikiki.soest.hawaii.edu 2.4.9-32.5smp #1 SMP Tue Jun 25 04:03:46 
> EDT 2002 alpha unknown
> 
> B: netcdf-3.5.1
> 
> C:  macros.make
> 
> D:
>  FC=/usr/bin/fort
> CC=/usr/bin/gcc
> F90=/usr/bin/fort
> CXX=/usr/bin/c++
> CCFLAGS=-DNDEBUG -Df2cFortran
> 
> E: configure.log
> 
> F: config.log
> 
> G: make.log
> 
> H:  test.log
...
> Making `test' in directory /export/akikiki/suhongma/netcdf-3.5.1/src/nf_test
> 
> make[2]: Entering directory 
> `/export/akikiki/suhongma/netcdf-3.5.1/src/nf_test'
> + /usr/bin/fort -c test_get.F
> + /usr/bin/fort -c test_put.F
> + /usr/bin/fort -c nf_error.F
> + /usr/bin/fort -c nf_test.F
> + /usr/bin/fort -c test_read.F
> + /usr/bin/fort -c test_write.F
> + /usr/bin/fort -c util.F
> /usr/bin/gcc -c -O   -DNDEBUG fortlib.c
> /usr/bin/fort -o nf_test   test_get.o test_put.o nf_error.o nf_test.o 
> test_read.
> o test_write.o util.o fortlib.o ../libsrc/libnetcdf.a  -lm 
> test_get.o: In function `test_nf_get_var1_text':
> :25: undefined reference to `nf_open__'

Please try the following:

    1.  Go to the top-level source-directory.

    2.  Perform steps 3 and 4, described at

            
http://my.unidata.ucar.edu/content/software/netcdf/INSTALL.html#ReportingProblems

    3.  Set the following environment variables to the indicated values:

            CC=/usr/bin/gcc
            CPPFLAGS='-DNDEBUG -Df2cFortran'
            CFLAGS=-O
            FC=/usr/bin/fort
            FFLAGS=
            CXX=/usr/bin/c++

    4.  Perform steps 6 through 9, described at

            
http://my.unidata.ucar.edu/content/software/netcdf/INSTALL.html#ReportingProblems

Please let me know if this helps.

Regards,
Steve Emmerson

> 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.