From: Yaroslav K. <kav...@gm...> - 2011-07-07 08:05:33
|
Sam Steingold wrote: >> Hmm, "cross-compiling"? > > yep. see configure. > note that --with-mingw is obsolete. ok, without --with-mingw cross-compiling disappeared Now: $ ./configure --with-debug \ --with-readline \ --with-module=dirkey \ --with-module=pcre \ --with-module=rawsock \ --with-module=bindings/win32 \ --with-libreadline-prefix=/usr/local \ --with-libtermcap-prefix=/usr/local \ --with-libpcre-prefix=/usr/local \ --with-module=zlib \ --with-module=libsvm \ --disable-maintainer-mode \ --without-dynamic-modules \ --cbc build-full-debug ... ./makemake --with-dynamic-ffi --with-dynamic-modules=no --verbose=yes --with-readline --with-module=dirkey --with-module=pcre --with-module=rawsock --with-module=bindings/win32 --with-libreadline-prefix=/usr/local --with-libtermcap-prefix=/usr/local --with-libpcre-prefix=/usr/local --with-module=zlib --with-module=libsvm --disable-maintainer-mode --srcdir=../src debug --win32gcc > Makefile with_readline=yes with_libreadline_prefix=/usr/local with_libtermcap_prefix=/usr/local with_libpcre_prefix=/usr/local enable_maintainer_mode=no inferred: fsstnd = gnu_ext EXPORT_DYNAMIC_FLAG_SPEC=-Wl,--export-all-symbols module_configure_flags= '--disable-option-checking' '--with-readline' '--with-libreadline-prefix=/usr/local' '--with-libtermcap-prefix=/usr/local' '--with-libpcre-prefix=/usr/local' '--disable-maintainer-mode' '--cache-file=config.cache' --build=debug # host system: hostname = "STSst063" HSYS = "debug" HSYSOS = "debug" HOS = "unix" host_cpu = "i686" host_ABI = "i386" cpu = "i386" host_os = "mingw32" host = "i686-pc-mingw32" # target system: TSYS = "debug" TSYSOS = "debug" TOS = "unix" > can you tell me how makemake is invoked (this should appear in the first > lines in build/Makefile). https://sites.google.com/site/kavenchuk/Makefile https://sites.google.com/site/kavenchuk/config.lisp.txt (I renamed for uploading) https://sites.google.com/site/kavenchuk/config.log https://sites.google.com/site/kavenchuk/config.cache > also, "grep ac_cv_host config.cache" and "grep ac_cv_prog_CC > config.cache" would be usefule. $ grep ac_cv_host config.cache ac_cv_host=${ac_cv_host=i686-pc-mingw32} $ grep ac_cv_prog_CC config.cache $ -- WBR, Yaroslav Kavenchuk |