Page 1 of 1

How to create newlisp.so ?

Posted: Thu Aug 07, 2008 9:06 pm
by ale870
Hello,
I wanted to use newlisp as library in Linux (as I already do in Windows), but I cannot find how to create (compile) newlisp.so (equivalent to newlisp.dll for Windows).
How can I obtain it? (compile? Download from.... ?)

Thank you

Posted: Fri Aug 08, 2008 1:58 am
by Lutz
user either:

make linux_lib

or

make linux_lib_utf8

Posted: Fri Aug 08, 2008 9:51 pm
by ale870
Thank you!
I will try to make it today!

Posted: Fri Aug 08, 2008 10:13 pm
by ale870
I tried it in Ubuntu Linux, and it worked perfectly!
Thank you!