cburstedde / p4est

The "p4est" forest-of-octrees library

Home Page:www.p4est.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dlopen on libp4est not working anymore.

jmark opened this issue · comments

Description

When dlopen the dynamic libp4est.so it raises errors about not finding symbols from libsc.so.
The reason for this is, that the linking information to libsc.so is not stored in libp4est.so anymore
as was in previous releases.

@cburstedde @sloede

Ok, this is in line with what I heard about linking libsc.la in the build process. Working on it.

See #208. Supposed this works, it will not be hard to have t8code inherit the logic.

#208 fixes this issue.

This should all be fine on the develop branches of the codes. Comments?