[Dune] Installation problems

Christian Engwer christian.engwer at uni-muenster.de
Tue Aug 23 17:59:12 CEST 2016


Hi Lars,

On Tue, Aug 23, 2016 at 05:16:18PM +0200, Lars Diening wrote:
> Dear all,
> 
> still I cannot compile my dune projects.
> 
> I have nailed down to problem but I do not know how to remove it:
> 
> The libraries libdl.so and libhwloc.so are searched at the wrong place.
> Somehow dunecontrol configures cmake that it needs for example
> /usr/lib/i386-linux-gnu/libhwloc.so . However, the library is correctly
> found at /usr/lib/x86_64-linux-gnu/libhwloc.so . Therefore "make" tries to
> create this library, which certainly fails.
> 
> I can change the makefile by hand and it works. However, a call of
> "dunecontrol configure" will destroy it again.

do you have a mixed-32/64-bit system? Which compiler are you using?

It seems that you (partially) have the development files for 32bit and
64bit installed. Is this correct?

Ciao
Christian




More information about the Dune mailing list