I can't compile this project in linux using the autotool
Who can hele me ?
Can you please give some more information? (e.g. error-message, previous steps, autotool version, ...)
It seems to be okay. What is the output in the terminal when you type in make? Of course, you need to configure mbsim before compilation, for example with ./configure --prefix=/home/username/install/ The path /home/username/install/ is your individual installation path.
Do you have hdf5 installed on your system? The hdf5 package should be available in your Linux distribution. Alternatively, you can download the package from https://www.hdfgroup.org.
MBSim has a lot of dependencies. That makes it difficult to build. Please first consider to use a prebuild release instead of building ourself. If building is really needed stick to the build order shown e.g. by https://www.mbsim-env.de/builds/run/current/linux64-dailydebug/master/master/master/master/ (Tools). But I highly recommend not to build by ourself if you are not very familiar with Autotools.