Yes, this is a known problem and we are planning to use a more recent GCC version to build our libraries shortly. We also are planing to change the library interface from C++ to C to ease these incompatibility problems. Do you need a version build with GCC 8 now or could you wait until our 19.1 release which should happen in March?
At the moment we boot to Windows simply to have our texture encoded and back to Linux for development and test. I would really appreciate it and would be great if I could get access to the new build. If not then that’s fine I’ll wait until March
What do you mean with “to execute from Java”? If you want to use native C++ libraries in Java you will need to use JNI which will allow you to open the dynamic library and interact with the native code from your Java application.