Open GoogleCodeExporter opened 8 years ago
I have exactly the same problem (and output to compilation)
Hope somebody can help
Original comment by ete41...@gmail.com
on 6 Sep 2013 at 5:11
As a matter of fact, it is corrected by the issue number 151 I posted in 2012 :
Change : $(CXX) -pthread $(LDFLAGS) $(LDLIBS) -o $@ $^
into : $(CXX) -pthread $(LDFLAGS) -o $@ $^ $(LDLIBS)
it works for me, ie no compilation problem anymore on (uname -a) :
Linux xxxxx 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux
Original comment by ete41...@gmail.com
on 6 Sep 2013 at 5:42
Original issue reported on code.google.com by
amirouch...@gmail.com
on 22 Jul 2013 at 7:59