Open yurivict opened 3 years ago
Linking libnuml.a into libsedml.so is wrong, see https://github.com/NuML/NuML/issues/22
libnuml.a
libsedml.so
While building libsedml-static.a --fPICshouldn't be used.
libsedml-static.a
--fPIC
we need to find a solution that involves all the libraries and does not break things for people. So i so solving this first for numl / libsbml in https://github.com/NuML/NuML/issues/22 would make most sense to me.
Linking
libnuml.a
intolibsedml.so
is wrong, see https://github.com/NuML/NuML/issues/22While building
libsedml-static.a
--fPIC
shouldn't be used.