another update necessary for clisp 2.49
Bug #751112 reported by
Manfred Gahr
on 2011-04-05
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ffcall (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
When trying to compile CLISP 2.49 on an up-to-date Kubuntu 10.10, I get the errors described in:
http://
http://
According to the links above, I tried to use the CVS head (2011-03-22) of libffcall for building, and that works.
sds (sds-gnu) wrote : | #1 |
sds (sds-gnu) wrote : | #2 |
Actually, the reporter is correct in the following sense:
upgrading libffcall to upstream cvs 2012-04-24 will solve the problem
because that version disables creation of shared libraries altogether.
To post a comment you must log in.
the crash is cause by linking libffcall dynamically. /bugs.launchpad .net/bugs/ 987617
it should be linked statically.
see https:/
workaround:
in the clisp build directory:
perl -p -i -e "s,-lavcall, /usr/lib/ libavcall. a,g" `grep -I -r -l -- -lavcall .` /usr/lib/ libcallback. a,g" `grep -I -r -l -- -lcallback .`
perl -p -i -e "s,-lcallback,
make clean full check