maassg
Results
2
comments of
maassg
on Lubuntu 18.04 I had to add the option **-pthread** in Makefile.common: Linux-x86_64_CCFLAGS := -Ilib/inc_linux -I$(JAVA_HOME)/include -Os -fPIC -m64 -fvisibility=hidden -pthread Linux-x86_64_LINKFLAGS := -shared -static-libgcc -pthread From man gcc: -pthread...
Thank you for the response! Best regards!