Problem building the eon client

eOn code for long time scale dynamics

Moderator: moderators

Post Reply
wilshire
Posts: 1
Joined: Wed Apr 01, 2015 5:33 pm

Problem building the eon client

Post 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!
chill
Posts: 96
Joined: Tue Jul 28, 2009 9:04 pm

Re: Problem building the eon client

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