According to this in your config.log:
gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lhdf5dll -lm -lz >&5
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld:
cannot find -lhdf5dll
collect2: ld returned 1 exit status
and according to the error report, it fails testing "h5_test", all of which
must be related to your installed HDF5 libraries. Hence, I suspect that it
cannot detect the location of your HDF5 libraries installed. I suggest you
try configuring by specifying the directory of your HDF5 installation with
something like this:
$ CPPFLAGS=-I<PATH_TO_HDF5>/include LDFLAGS=-L<PATH_TO_HDF5>/lib
./configure --prefix=/usr/local --disable-dap
I hope it works.
Ekin
On 15 May 2014 16:56, alexalex43210@xxxxxxxxx <alexalex43210@xxxxxxxxx>wrote:
> Dear all,
> Nobody can help about these issue?
> I wanna install 'netcdf-fortran-4.2' into my linux platform(LSB
> Version: n/a ;Distributor ID: SUSE LINUX ; Description: openSUSE 11.2
> (x86_64) ;Release: 11.2;Codename: n/a ). But before that, I choose to
> install netcdf-c-4.3.2 c library. I received errors report when I install
> the library. The enclosed are the error report and config.log, and I hope
> you can give me a hand.
>
> thanks again
>
> ------------------------------
> *Best regards,*
> *yours alex*
> *----------------------------------------------------*
> alexalex43210@xxxxxxxxx
> ---------------------------------------------
>
> _______________________________________________
> netcdfgroup mailing list
> netcdfgroup@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe, visit:
> http://www.unidata.ucar.edu/mailing_lists/
>