Hello Timo.
Compiling may not be the best word. Maybe building? I used cmake 3.2 on ubuntu 14.04. I built with dealii 8.3
As for HDRF5, I used the latest version and when through their building instructions. After HDRF5 was built, I then built dealii using the marco to specify the folder of the built HDRF5
Now, when I compile my dealii script, when g++ is linking, I recieved this error message:/usr/bin/ld: /home/phillip/bin/HDF5/HDF_Group/HDF5/1.8.16/lib/libhdf5.a(H5Zdeflate.c.o): undefined reference to symbol 'inflate'/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libz.so: error adding symbols: DSO missing from command line
--
Best,
Bruno
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/mwMXm7HbezQ/unsubscribe.
~/apps/candi/deal.II-toolchain/share/configuration/deal.II-v8.3.0
source ~/apps/candi/deal.II-toolchain/share/configuration/deal.II-v8.3.0
cd ~/your/app/folder
cmake .
make run
I am sorry,I need a quick clarification.the cd ~/your/app/folderis this the location of where candi installed dealii or where I installed dealii the first time?