Dlopen on libp4est not working anymore.
jmark opened this issue · 4 comments
jmark commented
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 commented
Ok, this is in line with what I heard about linking libsc.la in the build process. Working on it.
cburstedde commented
See #208. Supposed this works, it will not be hard to have t8code inherit the logic.
cburstedde commented
This should all be fine on the develop branches of the codes. Comments?