Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Loki Makefile missing a parameter. #25

Open
surmenot opened this issue May 5, 2015 · 2 comments
Open

Loki Makefile missing a parameter. #25

surmenot opened this issue May 5, 2015 · 2 comments

Comments

@surmenot
Copy link

surmenot commented May 5, 2015

In the Makefile you have to find this line and change it from :

loki_benchmark_LDADD = $(DEPS_LIBS) $(VALHALLA_LDFLAGS) -L/usr/lib/x86_64-linux-gnu -lboost_program_options -lboost_filesystem -lboost_system libvalhalla_loki.la

To:
loki_benchmark_LDADD = $(DEPS_LIBS) $(VALHALLA_LDFLAGS) -L/usr/lib/x86_64-linux-gnu -lpthread -lboost_program_options -lboost_filesystem -lboost_system libvalhalla_loki.la

@kevinkreiser
Copy link
Member

this happens automatically for me with gcc 4.9 and gcc 4.8 (on ubuntu). what compiler were you using?

@surmenot
Copy link
Author

surmenot commented Jun 3, 2015

I´m using gcc version 4.8.4 (Debian 4.8.4-1).

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

No branches or pull requests

2 participants