Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile #168

Open
theo-allnutt-bioinformatics opened this issue Sep 29, 2022 · 1 comment
Open

Can't compile #168

theo-allnutt-bioinformatics opened this issue Sep 29, 2022 · 1 comment

Comments

@theo-allnutt-bioinformatics

Hi,

unfortunately I cannot use conda on the HPC I am using. When compiling I get the following error:

/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:1156: bin/kat_jellyfish] Error 1
make[4]: Leaving directory '/g/data/nm31/bin/KAT/deps/jellyfish-2.2.0'
make[3]: *** [Makefile:1867: all-recursive] Error 1
make[3]: Leaving directory '/g/data/nm31/bin/KAT/deps/jellyfish-2.2.0'
make[2]: *** [Makefile:901: all] Error 2
make[2]: Leaving directory '/g/data/nm31/bin/KAT/deps/jellyfish-2.2.0'
make[1]: *** [Makefile:475: all-recursive] Error 1
make[1]: Leaving directory '/g/data/nm31/bin/KAT'
make: *** [Makefile:399: all] Error 2

@tallnuttrbgv
Copy link

Tried this:

edited build_boost.sh and replace '--prefix=build' with '--prefix=/g/data/nm31/bin/KAT'
./build_boost.sh

./autogen.sh

./configure --prefix=/g/data/nm31/bin/KAT

make

And get this error:

Making install in lib
make[1]: Entering directory '/g/data/nm31/bin/KAT/lib'
CXX src/libkat_la-matrix_metadata_extractor.lo
In file included from src/matrix_metadata_extractor.cc:23:
../lib/include/kat/matrix_metadata_extractor.hpp:24:10: fatal error: boost/filesystem/path.hpp: No such file or directory
24 | #include <boost/filesystem/path.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:551: src/libkat_la-matrix_metadata_extractor.lo] Error 1
make[1]: Leaving directory '/g/data/nm31/bin/KAT/lib'
make: *** [Makefile:475: install-recursive] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants