Page 1 of 1

Problem building the eon client

Posted: Wed Apr 01, 2015 5:37 pm
by wilshire
Hi all,

I was trying to compile the eon client using the instructions on the site (both normal and mpi enabled) but got stuck in both instances when for some reason it was trying to compile against the hdf5 library?

Code: Select all

make -C -lhdf5
make: *** -lhdf5: No such file or directory.  Stop.
make: *** [-lhdf5] Error 2
I went back to check the the requirements and it did indeed seem that GNU make and GNU compilers were all that were listed as required. Is this not the case anymore?

Thanks!

Re: Problem building the eon client

Posted: Thu Apr 02, 2015 3:01 pm
by chill
Could you please attach the full output of make? I'm not aware of any hdf5 dependence and the string "hdf5" doesn't appear in the code.