Dirk

Results 3 comments of Dirk

Hi, I manged to build a version on ubuntu 18.10 64 bit. I added in CMakeLists.txt: set(CMAKE_EXE_LINKER_FLAGS "-pthread -no-pie -static-libgcc") set(CMAKE_CXX_FLAGS "-std=c++11") and for linking: /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libdl.so regards Hoeppie

Mh, intersting, I found it only for the windows compiling path.