Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2012-06-11 14:56:47 +0400
committerhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2012-06-11 14:56:47 +0400
commit5ed635a492fdf944dbe93ae4d7a9829dc67740b8 (patch)
tree4e4cf445e7a557f59eff1e43a37adcedb866563a
parent2ae875d34ba2c372eb9cb56dc0445c8542a71df8 (diff)
compiles on gcc 4.6.3
-rw-r--r--mgizapp/src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mgizapp/src/Makefile.in b/mgizapp/src/Makefile.in
index f54aae4..b0eaa51 100644
--- a/mgizapp/src/Makefile.in
+++ b/mgizapp/src/Makefile.in
@@ -437,7 +437,8 @@ mgiza_LDFLAGS = \
mgiza_LDADD = \
-lgiza \
- -lpthread
+ -lpthread \
+ -lboost_thread-mt
lib_LIBRARIES = \
libgiza.a