|
trouble with clisp-2.30-i686-unknown-linux-2.4.18-10.tar.gz: msg#00134lisp.clisp.general
downloaded from http://sourceforge.net/project/showfiles.php?group_id=1355 [root@we-24-130-19-131 clisp-2.30]# make cc -O base/modules.o base/lisp.a base/libcharset.a base/libavcall.a base/libcallback.a -lreadline -lncurses -ldl base//usr/local/lib/libsigsegv.a -lc -lm -o base/lisp.run cc: base//usr/local/lib/libsigsegv.a: No such file or directory make: *** [base/lisp.run] Error 1 I now remove the base/ from the above line in Makefile. [root@we-24-130-19-131 clisp-2.30]# make cc -O base/modules.o base/lisp.a base/libcharset.a base/libavcall.a base/libcallback.a -lreadline -lncurses -ldl /usr/local/lib/libsigsegv.a -lc -lm -o base/lisp.run base/lisp.a(lisp.o): In function `rd_ch_terminal3': lisp.o(.text+0x34101): undefined reference to `rl_already_prompted' base/lisp.a(lisp.o): In function `make_terminal_stream_': lisp.o(.text+0x346f2): undefined reference to `rl_gnu_readline_p' base/lisp.a(lisp.o): In function `rl_memory_abort': lisp.o(.text+0x392db): undefined reference to `rl_gnu_readline_p' base/lisp.a(lisp.o): In function `lisp_completion_more': lisp.o(.text+0x33fa5): undefined reference to `rl_filename_completion_function' collect2: ld returned 1 exit status make: *** [base/lisp.run] Error 1 I see from a web search something that looks relevant: FROM: Sam Steingold DATE: 09/28/2002 17:19:28 SUBJECT: RE: [clisp-list] clisp-2.30 build problems on Red Hat Linux 6.2 ... I think you have a _very_ old readline version (where everything was called "foo" instead of "rl_foo" in the newer readline) I just downloaded and installed readline-4.3 so that must not be it. you can also do $ ./configure --without-readline --build build-no-readline I now try the source distribution from the same place and get the same result from the line above. (Not quite but almost - no complaint about lisp_completion_more, the hex numbers are different and the complaints come from stream.o instead of lisp.o) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | search engine listings: 00134, postmaster |
|---|---|
| Next by Date: | multidimensional C-ARRAY: documentation differs from implementati on: 00134, Hoehle, Joerg-Cyril |
| Previous by Thread: | search engine listingsi: 00134, postmaster |
| Next by Thread: | Re: trouble with clisp-2.30-i686-unknown-linux-2.4.18-10.tar.gz: 00134, Sam Steingold |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |