This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

clisp - add lib module

1 post · 4167 views

Hi,
I have extension.lib with macro "!=" for not equal. I trying clisp-link for one hour - without result... I try this:

http://www.clisp.org/impnotes/modules.html - example part

I tried everything... How can I add lib module into clisp compiler?

link.sh:

NEW_FILES=""
NEW_LIBS=""
NEW_MODULES=""
TO_LOAD="../additions/extension.lib"
TO_PRELOAD=""

OK - I already know... :D It requires develop package...