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... It requires develop package...