chef-valhalla icon indicating copy to clipboard operation
chef-valhalla copied to clipboard

Loki Makefile missing a parameter.

Open surmenot opened this issue 10 years ago • 2 comments

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

surmenot avatar May 05 '15 16:05 surmenot

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

kevinkreiser avatar Jun 03 '15 14:06 kevinkreiser

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

surmenot avatar Jun 03 '15 19:06 surmenot