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:
Diffstat (limited to 'mgizapp/manual-compile/compile.sh')
-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/