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 am trying to build the dev branch of medusa(15ce1d7) and I get the following error:
Linking CXX shared library ../../lib/libmedusa.so
/usr/bin/ld: $HOME/.hunter/_Base/8c538a0/a1b471c/15fdb4a/Install/lib/libOGDF.a(Graph.cpp.o): relocation R_X86_64_32S against `_ZN4ogdf13AdjEntryArrayIbE10resetIndexEii' can not be used when making a shared object; recompile with -fPIC$HOME/.hunter/_Base/8c538a0/a1b471c/15fdb4a/Install/lib/libOGDF.a: error adding symbols: Bad valuecollect2: error: ld returned 1 exit statussrc/core/CMakeFiles/medusa.dir/build.make:1607: recipe for target 'lib/libmedusa.so' failedmake[2]: *** [lib/libmedusa.so] Error 1CMakeFiles/Makefile2:200: recipe for target 'src/core/CMakeFiles/medusa.dir/all' failedmake[1]: *** [src/core/CMakeFiles/medusa.dir/all] Error 2Makefile:162: recipe for target 'all' failedmake: *** [all] Error 2
Seems like there's an issue when building OGDF.
I'm using a fully updated Ubuntu 16.04.2 running cmake 3.8.0. Steps to reproduce:
Clone the repository.
Run cmake -DCMAKE_BUILD_TYPE=Release .. from a build directory in source tree.
Run make.
The text was updated successfully, but these errors were encountered:
I am trying to build the dev branch of medusa(15ce1d7) and I get the following error:
Seems like there's an issue when building OGDF.
I'm using a fully updated Ubuntu 16.04.2 running cmake 3.8.0. Steps to reproduce:
cmake -DCMAKE_BUILD_TYPE=Release ..
from a build directory in source tree.make
.The text was updated successfully, but these errors were encountered: