Hi all:

Recently I am going to use HDF5, I install it with following command:

“
./configure —prefix=usr/local/hdf5 —enable-fortran

make

make check

make install

make check-install
"

Everything goes well but when I run “make check-install”, it has some errors 
say:


“
Testing run-fortran-ex.sh
=====================
#################  h5_crtdat  #################
Assembler messages:
error: can't create h5_crtdat.o: for write
messed up compiling h5_crtdat.f90
rm: cannot remove `*.o': No such file or directory
rm: cannot remove `*.h5': No such file or directory

Makefile:1207: recipe for target ‘installcheck-local’ failed
make[3]: *** [installcheck-local] Error 1
make[3]: Leaving directory `/home/ustc/Download/hdf5-1.10.1/fortran/examples’
Makefile:1244: recipe for target ’installcheck-local’ failed
make[2]: *** [installcheck-local] Error 1
make[2]: Leaving directory `/home/ustc/Download/hdf5-1.10.1/fortran’
Makefile:811: recipe for target ‘installcheck-recursive’ failed
make[1]: *** [installcheck-recursive] Error 1
make[1]: Leaving directory `/home/ustc/Download/hdf5-1.10.1/fortran’
Makefile:650: recipe for target ‘installcheck-recursive’ failed
make: *** [installcheck-recursive] Error 1
“

I have google a lot but it seems like a bug that haven’t been solved. I am 
soooo puzzled by this problem, please help me.

My Ubuntu version is 16.04, ifort version is 18.0.1.

Best,

Jie
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to