2011/6/5 Faré <[email protected]>: > I see that the libffcall deb contains static libraries as well as > dynamic ones. Is there a way to tell clisp to detect the latter and > avoid the former?
http://article.gmane.org/gmane.comp.sysutils.autoconf.general:14289 workaround: in the clisp build directory: perl -p -i -e "s,-lavcall,/usr/lib/libavcall.a,g" `grep -I -r -l -- -lavcall .` perl -p -i -e "s,-lcallback,/usr/lib/libcallback.a,g" `grep -I -r -l -- -lcallback .` make clean full check -- Sam Steingold <http://sds.podval.org> <http://www.childpsy.net/> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/274951 Title: libffcall should now be based on the cvs head, not 1.10 tar ball To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ffcall/+bug/274951/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
