Open rekado opened 3 years ago
I forgot to mention that I'm using cmake here. I see that you're also providing Makefiles, and the installer script refers to them, so I'll try that next.
...and indeed, running make -C src
does result in a successful build.
So I guess the only problem is that the CMakeLists.txt isn't quite working as intended.
This patch fixes the cmake problems:
Hi there,
I'm attempting to package kraken2 for GNU Guix, a bit-reproducible package manager.
Unfortunately, I cannot seem to link the "classify" executable. There are undefined references to murmurhash and HyperLogLog, which I assumed should be satisfied by the code in
hyperloglogplus.cc
and others. Could it be that some objects are missing from the linker invocation?Here's the relevant snippet from the build log:
Thanks for working on kraken2!