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

Buil failure: /usr/bin/ld: cannot find -lboost_graph #40

Open
spth opened this issue Jul 13, 2021 · 1 comment
Open

Buil failure: /usr/bin/ld: cannot find -lboost_graph #40

spth opened this issue Jul 13, 2021 · 1 comment

Comments

@spth
Copy link
Member

spth commented Jul 13, 2021

I tried to compile treedec (iter branch) on a Debian GNU/Linux testing system without libboost-graph-dev installed. It fails:

philipp@notebook6:~/freetdi/tdlib$ make
[…]
libtool: link: g++ -fprofile-generate -Os -march=native -g -O2 -std=c++11 -o tdecomp-profile tdecomp_profile-tdecomp.o  -lpthread -lboost_graph -lboost_thread -lboost_system
/usr/bin/ld: cannot find -lboost_graph

I guess configure should have checked for that library.

@felix-salfelder
Copy link
Member

Thanks. README lists this as a conditional dependency now. Postponing more elaborate changes, as things may change.

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