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>2013-04-22 22:20:35 +0400
committerhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-04-22 22:20:35 +0400
commitb878558b5966cbc31a51855cc62919da750b1b45 (patch)
tree56c0acaddd934bbbef54785cfcf629170c32b5f1
parentde7dd260eea3841dc5972bdbd78c4a7005d60da9 (diff)
comments
-rwxr-xr-xmgizapp/manual-compile/compile.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/mgizapp/manual-compile/compile.sh b/mgizapp/manual-compile/compile.sh
index 9f3c4b5..1120901 100755
--- a/mgizapp/manual-compile/compile.sh
+++ b/mgizapp/manual-compile/compile.sh
@@ -1,9 +1,11 @@
-GCC=gcc-mp-4.5
-GPP=g++-mp-4.5
#GCC=gcc
#GPP=g++
#LDFLAGS="-static"
+# mac, 'cos OSX doesn't support static linking and other such nonsense
+GCC=gcc-mp-4.5
+GPP=g++-mp-4.5
+
SRC_DIR=/Users/hieuhoang/workspace/mgizapp/trunk/mgizapp/src
BOOST_ROOT=/Users/hieuhoang/workspace/boost/boost_1_52_0
BOOST_LIBRARYDIR=/Users/hieuhoang/workspace/boost/boost_1_52_0/lib64/