This issue arises when one tries to install STP in a different directory than the one where it was built.
More concretely, if I follow the instructions from the README file, but instead of:
I run:
cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/install
then the installed libstp.so library is not correctly linked against libabc-pic.so in the install directory (in fact, it is not copied there at all).
I am currently looking for a solution, but I am not familiar with the build scripts.
Thanks!
This issue arises when one tries to install STP in a different directory than the one where it was built.
More concretely, if I follow the instructions from the README file, but instead of:
I run:
then the installed
libstp.solibrary is not correctly linked againstlibabc-pic.soin theinstalldirectory (in fact, it is not copied there at all).I am currently looking for a solution, but I am not familiar with the build scripts.
Thanks!