You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built htd staically using flag -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON with CMake.
Then, I tried to link it statically. But, I got the error: static library libhtd.a is not portable .
I have clone the code of this commit as it was referenced from DynASP.
The text was updated successfully, but these errors were encountered:
Did you try with shared libs?
For static libs maybe htd needs to be build on your system with the flag
"-fPIC"?
Am Do., 29. Nov. 2018 um 17:31 Uhr schrieb mahi045 <notifications@github.com
I built htd staically using flag
-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
with CMake.Then, I tried to link it statically. But, I got the error:
static library libhtd.a is not portable
.I have clone the code of this commit as it was referenced from DynASP.
The text was updated successfully, but these errors were encountered: