Under Arch Linux using gcc 6.3.1 20170306 the compilation of version 2 using "./compile_linux_gcc.sh" didn't work. Error message is "cannot find -lgomp"
Solution: Removing the -static flag from the compilation.
I don't know if this has performance related consequences but was able to compile it to a working binary with this bugfix.
Creating a pull request