[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #VIC-618422]: Erro Netcdf
- Subject: [netCDF #VIC-618422]: Erro Netcdf
- Date: Thu, 27 Aug 2015 10:00:33 -0600
Hi Marco,
It looks like configure completed successfully, but I think "make check"
failed because the HDF5 library you installed in /usr/local/netcdf/hdf5
wasn't found by the linker.
Try setting the environment variable LD_LIBRARY_PATH before running
"make check", either by setting it on the same command line
$ LD_LIBRARY_PATH=/usr/local/netcdf/hdf5/lib:$LD_LIBRARY_PATH make check
or by exporting it first
$ export LD_LIBRARY_PATH=/usr/local/netcdf/hdf5/lib:$LD_LIBRARY_PATH
$ make check
The first way will just set LD_LIBRARY_PATH for the "make check" command, but
it won't stay set. The second way will keep it set as long as that shell is
running.
If that doesn't work, please let us know ...
--Russ
> ----- Mensagem original -----
>
> | De: "Unidata netCDF Support" <address@hidden>
> | Para: "marco claro" <address@hidden>
> | Cc: address@hidden
> | Enviadas: Quarta-feira, 26 de Agosto de 2015 18:07:16
> | Assunto: [netCDF #VIC-618422]: Erro Netcdf
>
> | Hi Marco.
>
> | > Makefile:984: recipe for target 'test-suite.log' failed
> | > make[3]: *** [test-suite.log] Error 1
> | > make[3]: Leaving directory '/usr/local/netcdf-4.3.3.1/h5_test'
> | > Makefile:1090: recipe for target 'check-TESTS' failed
> | > make[2]: *** [check-TESTS] Error 2
> | > make[2]: Leaving directory '/usr/local/netcdf-4.3.3.1/h5_test'
> | > Makefile:1359: recipe for target 'check-am' failed
> | > make[1]: *** [check-am] Error 2
> | > make[1]: Leaving directory '/usr/local/netcdf-4.3.3.1/h5_test'
> | > Makefile:663: recipe for target 'check-recursive' failed
> | > make: *** [check-recursive] Error 1
>
> | Could you please send us the config.log file that was generated when
> | you ran the 'configure' script?
>
> | It would also help if we could see all the output from "make check"
> | that
> | preceded the lines above.
>
> | Thanks.
>
> | --Russ
>
> | Russ Rew UCAR Unidata Program
> | address@hidden http://www.unidata.ucar.edu
>
> | Ticket Details
> | ===================
> | Ticket ID: VIC-618422
> | Department: Support netCDF
> | Priority: Normal
> | Status: Closed
>
>
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: VIC-618422
Department: Support netCDF
Priority: Normal
Status: Closed