From: Sam S. <sd...@gn...> - 2008-01-30 15:30:20
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yaroslav Kavenchuk wrote: |> please try out the cvs head as it will be released as 2.44 soon to give |> me an opportunity to merge the jit patch. | | ./configure --with-debug --with-mingw --with-readline \ | --with-module=dirkey --with-module=wildcard \ | --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 --build | ... | gcc -mno-cygwin -g -O2 -Igllib -W -Wswitch -Wcomment -Wpointer-arith | -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare | -falign-functions=4 -D_WIN32 -g -DDEBUG_OS_ERROR -DDEBUG_BYTECODE | -DSAFETY=3 -DDEBUG_SPVW -DUNICODE -DDYNAMIC_FFI -I. -x none spvw.o | spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o | stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o | record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o | predtype.o symbol.o lisparit.o i18n.o foreign.o win32aux.o built.o | ari80386.o gllib/ | uniwidth/width.o gllib/uniname/uniname.o gllib/localcharset.o | gllib/malloc.o modules.o /usr/local/lib/libintl.dll.a -L/usr/local/lib | -L/mingw/lib /usr/local/lib/libiconv.dll.a -L/usr/local/lib | /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap -luser32 | -lws2_32 -lole32 -loleaut32 -luuid /usr/local/lib/libiconv.dll.a | -L/usr/local/lib -L/mingw/lib -L/usr/local/lib -L/usr/local/lib | -lsigsegv -o lisp.exe | foreign.o: In function `free_foreign_callin': | C:/gnu/home/src/clisp/clisp/src/foreign.d:581: undefined reference to | `is_trampoline_r' this is weird. the error indicates that ffcall is not installed (remember, it is now a separate pages, you need to download, build, and install it and then pass --with-libffcall-prefix=... to configure) but for some reason makemake added foreign.d to CPARTS. please look at the generated makefile - - what is the makemake command line that generated it (4th line in the Makefile)? - - if foreign mentioned in CFILES? - - grep ffcall config.cache thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHoJgAPp1Qsf2qnMcRAkmAAJ0fCrfUkdEwgeFwRRwKrHbNt2zfUACfbevE tNYnxMNybdtJA8jLvDTT50A= =Mbhz -----END PGP SIGNATURE----- |