daormar / thot

Thot toolkit for statistical machine translation
https://daormar.github.io/thot/
GNU Lesser General Public License v3.0
50 stars 12 forks source link

macos high sierra installation #7

Open tahsintahsin opened 6 years ago

tahsintahsin commented 6 years ago

Hello, Trying to install on high sierra, at the make step I got the error:

/bin/sh ../libtool --tag=CXX --mode=link g++ -W -Wno-deprecated -I./nlp_common -I./incr_models -I./sw_models -I./phrase_models -I./smt_preproc -I./error_correction -I./downhill_simplex -I./stack_dec -I./hat_trie -I./picojson -DTHOT_MASTER_INI_PATH=\"/Users/bilge/Desktop/thot/share/thot/ini_files/master.ini\" -DTHOT_LIBDIR=\"/Users/bilge/Desktop/thot/lib\" -Ino/src/include -g -Wall -Wno-deprecated -O2 -std=c++11 libthot.la -o thot_lm_perp incr_models/thot_lm_perp.o -lgmp -lz -lpthread -ldl -lm libtool: error: cannot find the library 'libthot.la' or unhandled argument 'libthot.la' make[3]: [thot_lm_perp] Error 1 make[2]: [all-recursive] Error 1 make[1]: [all-recursive] Error 1 make: [all] Error 2

Any idea for how to solve this ? Thanks

daormar commented 6 years ago

Could you send me the output you get when executing reconf and configure?

tahsintahsin commented 6 years ago

Hi , This is the output when I execute ./reconf Perform checkings before reconfiguring package... Checking that autotools are present... OK Reconfigure package... glibtoolize: putting auxiliary files in '.'. glibtoolize: copying file './ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltargz.m4' glibtoolize: copying file 'm4/ltdl.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' glibtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, 'libltdl'. glibtoolize: copying file 'libltdl/COPYING.LIB' glibtoolize: creating file 'libltdl/Makefile.am' glibtoolize: copying file 'libltdl/README' glibtoolize: creating file 'libltdl/Makefile.in' glibtoolize: copying file 'libltdl/libltdl/lt__alloc.h' glibtoolize: copying file 'libltdl/libltdl/lt__argz_.h' glibtoolize: copying file 'libltdl/libltdl/lt__dirent.h' glibtoolize: copying file 'libltdl/libltdl/lt__glibc.h' glibtoolize: copying file 'libltdl/libltdl/lt__private.h' glibtoolize: copying file 'libltdl/libltdl/lt__strl.h' glibtoolize: copying file 'libltdl/libltdl/lt_dlloader.h' glibtoolize: copying file 'libltdl/libltdl/lt_error.h' glibtoolize: copying file 'libltdl/libltdl/lt_system.h' glibtoolize: copying file 'libltdl/libltdl/slist.h' glibtoolize: copying file 'libltdl/loaders/dld_link.c' glibtoolize: copying file 'libltdl/loaders/dlopen.c' glibtoolize: copying file 'libltdl/loaders/dyld.c' glibtoolize: copying file 'libltdl/loaders/load_add_on.c' glibtoolize: copying file 'libltdl/loaders/loadlibrary.c' glibtoolize: copying file 'libltdl/loaders/preopen.c' glibtoolize: copying file 'libltdl/loaders/shl_load.c' glibtoolize: copying file 'libltdl/lt__alloc.c' glibtoolize: copying file 'libltdl/lt__argz.c' glibtoolize: copying file 'libltdl/lt__dirent.c' glibtoolize: copying file 'libltdl/lt__strl.c' glibtoolize: copying file 'libltdl/lt_dlloader.c' glibtoolize: copying file 'libltdl/lt_error.c' glibtoolize: copying file 'libltdl/ltdl.c' glibtoolize: copying file 'libltdl/ltdl.h' glibtoolize: copying file 'libltdl/slist.c' configure.ac:14: installing './compile' configure.ac:7: installing './missing' src/Makefile.am: installing './depcomp'

This is the output of ./configure

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking build system type... x86_64-apple-darwin17.4.0 checking host system type... x86_64-apple-darwin17.4.0 checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin17.4.0 file names to x86_64-apple-darwin17.4.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.4.0 file names to toolchain format... func_convert_file_noop checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.4.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... DYLD_LIBRARY_PATH checking for the default library search path... /usr/local/lib /lib /usr/lib checking for library containing dlopen... none required checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... yes checking whether we have to add an underscore for dlsym... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for ltdl.h... yes checking whether lt_dlinterface_register is declared... yes checking for lt_dladvise_preload in -lltdl... yes checking where to find libltdl headers... checking where to find libltdl library... -lltdl checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... yes checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking for bash... /bin/sh checking for perl... /usr/bin/perl checking for split... /usr/bin/split checking for sed... (cached) /usr/bin/sed checking for grep... (cached) /usr/bin/grep checking for uniq... /usr/bin/uniq checking for head... /usr/bin/head checking for tail... /usr/bin/tail checking for find... /usr/bin/find checking for ln... /bin/ln checking for wc... /usr/bin/wc checking for paste... /usr/bin/paste checking for basename... /usr/bin/basename checking for dirname... /usr/bin/dirname checking for mktemp... /usr/bin/mktemp checking for touch... /usr/bin/touch checking for cut... /usr/bin/cut checking for gzip... /usr/bin/gzip checking for ps... /bin/ps checking for netstat... /usr/sbin/netstat checking for ssh... /usr/bin/ssh checking for qsub... no checking for qstat... no checking for qrls... no -n checking whether PIPESTATUS is available... yes checking for gawk... no checking for nawk... no checking for mawk... no checking whether awk supports delete array ... yes checking for sort... /usr/bin/sort -n checking whether sort accepts -S <buffsize>... yes -n checking whether sort accepts -T <dir>... yes -n checking whether sort accepts -m... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.4.0 dyld checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether gcc supports -g... yes checking whether gcc supports -Wall... yes checking whether g++ supports -g... yes checking whether g++ supports -Wall... yes checking whether g++ supports -Wno-deprecated... yes checking whether to disable compiler optimizations... no checking whether gcc supports -O2... yes checking whether g++ supports -O2... yes checking whether to enable profiling... no checking whether to enable code testing... no checking whether the compiler implements namespaces... yes checking whether the compiler supports ISO C++ standard library... yes checking whether the compiler supports Standard Template Library... yes checking whether g++ supports -std=c++11... yes checking for log in -lm... yes checking for pthread_create in -lpthread... yes checking for __gmpz_init in -lgmp... yes checking for inflate in -lz... yes checking for BZ2_bzdopen in -lbz2... yes checking for lzma_code in -llzma... yes checking for accept in -ldb_cxx... no checking for leveldb_open in -lleveldb... no checking for strlen in -lcppunit... no checking for ANSI C header files... (cached) yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for ssize_t... yes checking for off_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for gettimeofday... yes checking for pow... yes checking for getdelim... yes checking if getline() is supported... yes checking for doxygen... no checking whether to enable combination with casmacat library... no checking whether to enable kenlm library... no checking whether to enable faster-rnnlm library... no checking whether to enable casmacat home edition configuration... no checking whether to disable fast lm downhill simplex algorithm... no checking whether to enable updating of phrase model linear interpolation weights... no checking whether to enable online updating of log-linear weights... no checking whether to enable downhill simplex algorithm for log-linear weight updating... no checking whether to enable IBM 2 model as alignment model... no checking whether to enable viterbi training for HMM-based alignment models... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating src/hat_trie/Makefile config.status: creating src/picojson/Makefile config.status: creating src/nlp_common/Makefile config.status: creating src/incr_models/Makefile config.status: creating src/sw_models/Makefile config.status: creating src/phrase_models/Makefile config.status: creating src/smt_preproc/Makefile config.status: creating src/error_correction/Makefile config.status: creating src/downhill_simplex/Makefile config.status: creating src/stack_dec/Makefile config.status: creating src/exper/Makefile config.status: creating src/testing/Makefile config.status: creating utils/Makefile config.status: creating utils/nlp_common/Makefile config.status: creating utils/incr_models/Makefile config.status: creating utils/sw_models/Makefile config.status: creating utils/phrase_models/Makefile config.status: creating utils/smt_preproc/Makefile config.status: creating utils/error_correction/Makefile config.status: creating utils/downhill_simplex/Makefile config.status: creating utils/stack_dec/Makefile config.status: creating utils/exper/Makefile config.status: creating examples/Makefile config.status: creating examples/cfg_templates/Makefile config.status: creating examples/toy_corpus/Makefile config.status: creating examples/ini_files/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing ./src/thot_config.h commands config.status: creating ./src/thot_config.h - prefix THOT for config.h defines config.status: ./src/thot_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands

Hope those helps, Thanks

daormar commented 6 years ago

Could you please re-attach the output in your response above so as to be more readable? text seems to not include any newline.

tahsintahsin commented 6 years ago

Of course, results of the two commands are Reconf:

Configure: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking build system type... x86_64-apple-darwin17.4.0 checking host system type... x86_64-apple-darwin17.4.0 checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin17.4.0 file names to x86_64-apple-darwin17.4.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.4.0 file names to toolchain format... func_convert_file_noop checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.4.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... DYLD_LIBRARY_PATH checking for the default library search path... /usr/local/lib /lib /usr/lib checking for library containing dlopen... none required checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dldlink in -ldld... no checking for prefix in compiled symbols... yes checking whether we have to add an underscore for dlsym... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for ltdl.h... yes checking whether lt_dlinterface_register is declared... yes checking for lt_dladvise_preload in -lltdl... yes checking where to find libltdl headers... checking where to find libltdl library... -lltdl checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... yes checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking for bash... /bin/sh checking for perl... /usr/bin/perl checking for split... /usr/bin/split checking for sed... (cached) /usr/bin/sed checking for grep... (cached) /usr/bin/grep checking for uniq... /usr/bin/uniq checking for head... /usr/bin/head checking for tail... /usr/bin/tail checking for find... /usr/bin/find checking for ln... /bin/ln checking for wc... /usr/bin/wc checking for paste... /usr/bin/paste checking for basename... /usr/bin/basename checking for dirname... /usr/bin/dirname checking for mktemp... /usr/bin/mktemp checking for touch... /usr/bin/touch checking for cut... /usr/bin/cut checking for gzip... /usr/bin/gzip checking for ps... /bin/ps checking for netstat... /usr/sbin/netstat checking for ssh... /usr/bin/ssh checking for qsub... no checking for qstat... no checking for qrls... no -n checking whether PIPESTATUS is available... yes checking for gawk... no checking for nawk... no checking for mawk... no checking whether awk supports delete array ... yes checking for sort... /usr/bin/sort -n checking whether sort accepts -S ... yes -n checking whether sort accepts -T

... yes -n checking whether sort accepts -m... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.4.0 dyld checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether gcc supports -g... yes checking whether gcc supports -Wall... yes checking whether g++ supports -g... yes checking whether g++ supports -Wall... yes checking whether g++ supports -Wno-deprecated... yes checking whether to disable compiler optimizations... no checking whether gcc supports -O2... yes checking whether g++ supports -O2... yes checking whether to enable profiling... no checking whether to enable code testing... no checking whether the compiler implements namespaces... yes checking whether the compiler supports ISO C++ standard library... yes checking whether the compiler supports Standard Template Library... yes checking whether g++ supports -std=c++11... yes checking for log in -lm... yes checking for pthread_create in -lpthread... yes checking for __gmpz_init in -lgmp... yes checking for inflate in -lz... yes checking for BZ2_bzdopen in -lbz2... yes checking for lzma_code in -llzma... yes checking for accept in -ldb_cxx... no checking for leveldb_open in -lleveldb... no checking for strlen in -lcppunit... no checking for ANSI C header files... (cached) yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for ssize_t... yes checking for off_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for gettimeofday... yes checking for pow... yes checking for getdelim... yes checking if getline() is supported... yes checking for doxygen... no checking whether to enable combination with casmacat library... no checking whether to enable kenlm library... no checking whether to enable faster-rnnlm library... no checking whether to enable casmacat home edition configuration... no checking whether to disable fast lm downhill simplex algorithm... no checking whether to enable updating of phrase model linear interpolation weights... no checking whether to enable online updating of log-linear weights... no checking whether to enable downhill simplex algorithm for log-linear weight updating... no checking whether to enable IBM 2 model as alignment model... no checking whether to enable viterbi training for HMM-based alignment models... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating src/hat_trie/Makefile config.status: creating src/picojson/Makefile config.status: creating src/nlp_common/Makefile config.status: creating src/incr_models/Makefile config.status: creating src/sw_models/Makefile config.status: creating src/phrase_models/Makefile config.status: creating src/smt_preproc/Makefile config.status: creating src/error_correction/Makefile config.status: creating src/downhill_simplex/Makefile config.status: creating src/stack_dec/Makefile config.status: creating src/exper/Makefile config.status: creating src/testing/Makefile config.status: creating utils/Makefile config.status: creating utils/nlp_common/Makefile config.status: creating utils/incr_models/Makefile config.status: creating utils/sw_models/Makefile config.status: creating utils/phrase_models/Makefile config.status: creating utils/smt_preproc/Makefile config.status: creating utils/error_correction/Makefile config.status: creating utils/downhill_simplex/Makefile config.status: creating utils/stack_dec/Makefile config.status: creating utils/exper/Makefile config.status: creating examples/Makefile config.status: creating examples/cfg_templates/Makefile config.status: creating examples/toy_corpus/Makefile config.status: creating examples/ini_files/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing ./src/thot_config.h commands config.status: creating ./src/thot_config.h - prefix THOT for config.h defines config.status: ./src/thot_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands

daormar commented 6 years ago

Thanks. Could you tell me which parameters did you use when executing configure?

tahsintahsin commented 6 years ago

I didnt use any, I was following the manual pdf of thot. Should I use any?

tahsintahsin commented 6 years ago

Hello @daormar any news on that issue ? Thanks

daormar commented 6 years ago

Hi, sorry for the delayed response. Parameters provided to configure should not cause errors during make. I asked this question so as to try to reproduce the error. Could you please paste the content of ./src directory after getting the error you reported?

tahsintahsin commented 6 years ago

Hello, thanks for answering, contents of the dir are

Makefile
Makefile.am
Makefile.in
downhill_simplex error_correction exper hat_trie incr_models nlp_common phrase_models picojson
smt_preproc stack_dec sw_models thot_config.h testing

tahsintahsin commented 6 years ago

Hello @daormar any news on the issue? Thanks