Hello, I have a 32-bit Cygwin on a 64-bit windows machine. I have followed the following steps to compile moses:
- Compiled boost using the following commands:
- "*cd ~/mosesdecoder/boost_1_55_0/*"
-
- *"./b2 -j8 -q --prefix=$PWD --libdir=$PWD/lib64 --without-context
--layout=system link=static install || echo FAILURE"*
- *"--without-context" *because "Boost.Context" is not supported on
cygwin and also it is not required by moses. (Reference
<http://comments.gmane.org/gmane.comp.nlp.moses.user/10701>)
- Secondly, I used the following command to compile moses:
-
- *./bjam --with-boost=~/mosesdecoder/boost_1_55_0 -j8*
- Attached is the output and the build log
Any help in this regard would be appreciable.
Regards,
Muhammad Danial Raza
$ ./bjam --with-boost=~/mosesdecoder/boost_1_55_0 -j8
Tip: install tcmalloc for faster threading. See BUILD-INSTRUCTIONS.txt for
more information.
mkdir: cannot create directory ‘bin’: File exists
...patience...
...patience...
...found 4648 targets...
...updating 66 targets...
gcc.link
phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.exe"
-Wl,--start-group
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.o"
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ExtractionPhrasePair.o"
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Timer.o"
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Util.o"
"phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/AlignmentPhrase.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/DomainFeature.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/HoleCollection.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/InputFileStream.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/InternalStructFeature.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/OutputFileStream.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/PropertiesConsolidator.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreFeature.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SentenceAlignment.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SentenceAlignmentWithSyntax.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SyntaxTree.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tables-core.o"
"phrase-extract/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/XmlTree.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
-Wl,-Bstatic -lbz2 -lz -lbz2 -lz -Wl,-Bdynamic -llzma -lboost_thread
-lboost_filesystem -lboost_iostreams -lboost_unit_test_framework
-lboost_iostreams -lboost_filesystem -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
phrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.exe...
...skipped
<pphrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>ScoreFeatureTest.run
for lack of
<pphrase-extract/bin/ScoreFeatureTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>ScoreFeatureTest.exe...
gcc.link
phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_fragment_tokenizer_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_fragment_tokenizer_test.exe"
-Wl,--start-group
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_fragment_tokenizer_test.o"
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libsyntax_common.a"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_system
-lboost_unit_test_framework -lboost_iostreams -lboost_filesystem -llzma -ldl
-lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_fragment_tokenizer_test.exe...
...skipped
<pphrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tree_fragment_tokenizer_test.passed
for lack of
<pphrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tree_fragment_tokenizer_test.exe...
gcc.link
phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_test.exe"
-Wl,--start-group
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_test.o"
"phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libsyntax_common.a"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_system
-lboost_unit_test_framework -lboost_iostreams -lboost_filesystem -llzma -ldl
-lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
phrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tree_test.exe...
...skipped
<pphrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tree_test.passed
for lack of
<pphrase-extract/syntax-common/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tree_test.exe...
gcc.link
lm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/left_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"lm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/left_test.exe"
-Wl,--start-group
"lm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/left_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bhiksha.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/binary_format.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/config.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/lm_exception.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/quantize.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_arpa.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_hashed.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sizes.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie_sort.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/value_build.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocab.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
lm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/left_test.exe...
...skipped
<plm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>left_test.run
for lack of
<plm/bin/left_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>left_test.exe...
gcc.link
lm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"lm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model_test.exe"
-Wl,--start-group
"lm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bhiksha.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/binary_format.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/config.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/lm_exception.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/quantize.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_arpa.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_hashed.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sizes.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie_sort.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/value_build.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocab.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
lm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model_test.exe...
...skipped
<plm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>model_test.run
for lack of
<plm/bin/model_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>model_test.exe...
gcc.link
lm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/partial_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"lm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/partial_test.exe"
-Wl,--start-group
"lm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/partial_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bhiksha.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/binary_format.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/config.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/lm_exception.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/quantize.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_arpa.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_hashed.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sizes.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie_sort.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/value_build.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocab.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
lm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/partial_test.exe...
...skipped
<plm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>partial_test.run
for lack of
<plm/bin/partial_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>partial_test.exe...
gcc.link
util/bin/file_piece_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/file_piece_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/file_piece_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece_test.exe...
...skipped
<putil/bin/file_piece_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>file_piece_test.run
for lack of
<putil/bin/file_piece_test.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>file_piece_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>bit_packing_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>bit_packing_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>joint_sort_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>joint_sort_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>multi_intersection_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>multi_intersection_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>pcqueue_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>pcqueue_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>probing_hash_table_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>probing_hash_table_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>sized_iterator_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>sized_iterator_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>sorted_uniform_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>sorted_uniform_test.exe...
gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.exe"
-Wl,--start-group
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
-Wl,-Bstatic -lbz2 -lz -Wl,-Bdynamic -lboost_thread -lboost_system
-lboost_unit_test_framework -llzma -ldl -lboost_system -lboost_thread
-Wl,--end-group -g -mthreads
...failed gcc.link
util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.exe...
...skipped
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tokenize_piece_test.passed
for lack of
<putil/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>tokenize_piece_test.exe...
gcc.link
moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/moses_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/moses_test.exe"
-Wl,--start-group
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/AlignmentInfoTest.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/FeatureVectorTest.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/MosesTest.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ScoreComponentCollectionTest.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/MockHypothesis.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/FF/SparseHieroReorderingFeatureTest.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/OnDiskWrapper.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SourcePhrase.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/TargetPhrase.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Word.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Phrase.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/PhraseNode.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/TargetPhraseCollection.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Vocab.o"
"OnDiskPt/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/OnDiskQuery.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
-Wl,-Bstatic -lbz2 -lz -lbz2 -lz -Wl,-Bdynamic -llzma -lboost_thread
-lboost_filesystem -lboost_unit_test_framework -lboost_iostreams -llzma -ldl
-lboost_system -lboost_thread -lboost_filesystem -Wl,--end-group -g -mthreads
...failed gcc.link
moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/moses_test.exe...
...skipped
<pmoses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>moses_test.passed
for lack of
<pmoses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>moses_test.exe...
gcc.link
moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BackwardTest.exe
moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Backward.o:
In function `BackwardLanguageModel':
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::ProbingModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::ArrayTrieModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::QuantArrayTrieModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::ProbingModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::RestProbingModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::TrieModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/home/draza/mosesdecoder/moses\LM/Backward.cpp:43: undefined reference to
`Moses::LanguageModelKen<lm::ngram::QuantTrieModel>::LanguageModelKen(std::string
const&, std::string const&, unsigned int, bool)'
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BackwardTest.exe"
-Wl,--start-group
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BackwardTest.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Backward.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BackwardLMState.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Base.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BilingualLM.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Implementation.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Joint.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Ken.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/MultiFactor.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/Remote.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SingleFactor.o"
"moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SkeletonLM.o"
"moses/LM/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ORLM.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/parallel_read.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bignum.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
"util/double-conversion/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/strtod.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/exception.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/mmap.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/pool.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/scoped.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
"util/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/usage.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bhiksha.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/binary_format.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/config.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/lm_exception.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/model.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/quantize.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/read_arpa.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_hashed.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/search_trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/sizes.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/trie_sort.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/value_build.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o"
"lm/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocab.o"
"moses/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
-Wl,-Bstatic -lbz2 -lz -lbz2 -lz -Wl,-Bdynamic -llzma -lboost_thread
-lboost_unit_test_framework -lboost_iostreams -lboost_filesystem -llzma -ldl
-lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
moses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BackwardTest.exe...
...skipped
<pmoses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>BackwardTest.run
for lack of
<pmoses/LM/bin/BackwardTest.test/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>BackwardTest.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bleu_scorer_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bleu_scorer_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/BleuScorerTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/bleu_scorer_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>bleu_scorer_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>bleu_scorer_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/feature_data_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/feature_data_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/FeatureDataTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/feature_data_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>feature_data_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>feature_data_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/data_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/data_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/DataTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/data_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>data_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>data_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/forest_rescore_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/forest_rescore_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ForestRescoreTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/forest_rescore_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>forest_rescore_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>forest_rescore_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/hypergraph_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/hypergraph_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/HypergraphTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/hypergraph_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>hypergraph_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>hypergraph_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ngram_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ngram_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/NgramTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ngram_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>ngram_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>ngram_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/optimizer_factory_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/optimizer_factory_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/OptimizerFactoryTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/optimizer_factory_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>optimizer_factory_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>optimizer_factory_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/point_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/point_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/PointTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/point_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>point_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>point_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/reference_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/reference_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/ReferenceTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/reference_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>reference_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>reference_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/singleton_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/singleton_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/SingletonTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/singleton_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>singleton_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>singleton_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/timer_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/timer_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/TimerTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/timer_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>timer_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>timer_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/util_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/util_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/UtilTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/util_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>util_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>util_test.exe...
gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocabulary_test.exe
/usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../libcygwin.a(libcmain.o): In function
`main':
/usr/src/debug/cygwin-1.7.35-1/winsup/cygwin/lib/libcmain.c:39: undefined
reference to `WinMain@16'
collect2: error: ld returned 1 exit status
"g++" -L"~/mosesdecoder/boost_1_55_0/lib"
-L"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-R
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib" -Wl,-rpath-link
-Wl,"~/mosesdecoder/boost_1_55_0/lib64" -o
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocabulary_test.exe"
-Wl,--start-group
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/VocabularyTest.o"
"mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a"
-Wl,-Bstatic -lm -lbz2 -lz -Wl,-Bdynamic -lboost_unit_test_framework -llzma
-ldl -lboost_system -lboost_thread -Wl,--end-group -g -mthreads
...failed gcc.link
mert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi/vocabulary_test.exe...
...skipped
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>vocabulary_test.passed
for lack of
<pmert/bin/gcc-4.9.2/release/debug-symbols-on/link-static/threading-multi>vocabulary_test.exe...
...failed updating 30 targets...
...skipped 36 targets...
The build failed. If you need support, run:
./jam-files/bjam --with-boost=~/mosesdecoder/boost_1_55_0 -j8
--debug-configuration -d2 |gzip >build.log.gz
then attach build.log.gz to your e-mail.
You MUST do 3 things before sending to the mailing list:
1. Subscribe to the mailing list at
http://mailman.mit.edu/mailman/listinfo/moses-support
2. Attach build.log.gz to your e-mail
3. Say what is the EXACT command you executed when you got the error
ERROR
build.log.gz
Description: GNU Zip compressed data
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
