You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
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:$(DEPS_LIBS) $ (VALHALLA_LDFLAGS) -L/usr/lib/x86_64-linux-gnu -lpthread -lboost_program_options -lboost_filesystem -lboost_system libvalhalla_loki.la
loki_benchmark_LDADD =
The text was updated successfully, but these errors were encountered: