|
From: Sam S. <sd...@gn...> - 2017-03-17 13:28:52
|
Hi Jean, 1. The problems with the development version of CLISP should be reported to clisp-devel, not here. 2. Please review http://clisp.org/impnotes/clisp.html#bugs and http://clisp.org/impnotes/faq.html#faq-debug. Thanks. > * Jean Louis <oh...@ta...> [2017-03-17 10:11:33 +0300]: > > I have tried today to compile clisp from development version, with the > updates as of today Fri Mar 17 10:11:19 EAT 2017, and with the > following parameters: > > ulimit -s 16384 && ./configure --prefix=/package/prog/clisp > --with-threads=POSIX_THREADS --with-module=asdf > --with-module=berkeley-db --with-module=bindings/glibc > --with-module=clx/new-clx --with-module=dbus --with-module=editor > --with-module=fastcgi --with-module=gdbm --with-module=gtk2 > --with-module=pcre --with-module=postgresql --with-module=rawsock > --with-module=zlib build > > and I get segmentation fault: > > make[1]: Leaving directory '/sources/gnu/clisp-clisp/build/po' > rm -rf data > mkdir data > cd data && ln -s ../../utils/unicode/UnicodeDataFull.txt . > cd data && ln -s ../../doc/Symbol-Table.text . > gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type > -Wmissing-declarations -Wimplicit -Wno-sign-compare > -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -pthread > -fno-strict-aliasing -DENABLE_UNICODE -DMULTITHREAD -DPOSIX_THREADS > -DDYNAMIC_FFI -DDYNAMIC_MODULES -Wl,--export-dynamic 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 unixaux.o zthread.o built.o > modules.o libgnu.a -lreadline -lncurses -ldl -lavcall -lcallback > -lsigsegv -o lisp.run > ./lisp.run -B . -N locale -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -m > 2MW -lp ../src/ -x '(and (load "../src/init.lisp") (sys::%saveinitmem) > (ext::exit)) (ext::exit t)' > make: *** [Makefile:1428: interpreted.mem] Segmentation fault > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > clisp-list mailing list > cli...@li... > https://lists.sourceforge.net/lists/listinfo/clisp-list > -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://iris.org.il http://camera.org http://honestreporting.com http://americancensorship.org When C++ is your hammer, everything looks like a thumb. |