chef-valhalla
chef-valhalla copied to clipboard
Loki Makefile missing a parameter.
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
this happens automatically for me with gcc 4.9 and gcc 4.8 (on ubuntu). what compiler were you using?
I´m using gcc version 4.8.4 (Debian 4.8.4-1).