[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
user:zeman:tutorial-pro-moses-na-mt-marathon-v-praze-v-lednu-2009-vedeny-joshem-schroederem [2009/10/08 12:18]
zeman vytvořeno
user:zeman:tutorial-pro-moses-na-mt-marathon-v-praze-v-lednu-2009-vedeny-joshem-schroederem [2009/12/16 10:47] (current)
zeman NO_TCL
Line 146: Line 146:
 >    CXX = /usr/bin/g++ $(GCC_FLAGS) -DINSTANTIATE_TEMPLATES >    CXX = /usr/bin/g++ $(GCC_FLAGS) -DINSTANTIATE_TEMPLATES
 --> -->
 +
 +DZ: On many systems you also need to inhibit the usage of the TCL library by editing <tt>common/Makefile.machine.i686</tt>:
 +
 +<pre>   # Tcl support (standard in Linux)
 +   #TCL_INCLUDE =
 +   #TCL_LIBRARY = -ltcl
 +   NO_TCL = x
 +</pre>
 +
 +The make command below may not fail but you may not have built bin/ngram-count correctly if you did not inhibit TCL.
 +
 <pre> <pre>
 make World make World

[ Back to the navigation ] [ Back to the content ]