How to compile executable with external dependencies
Hi! Is there a way to compile a lisp programm which uses something like Drakma? Or ECL is only able to compile separate lisp files one by one? -- Alexander Artemenko (a.k.a. Svetlyak 40wt) Blog: http://dev.svetlyak.ru Photos: http://svetlyak.ru Jabber: svetlyak.40wt@gmail.com
Hello, yes, it is possible. You have to include the dependencies in the ASDF system definition file and you may build program without a problem. Please consult: https://common-lisp.net/project/ecl/manual/re55.html Best regards, Daniel Alexander Artemenko writes:
Hi!
Is there a way to compile a lisp programm which uses something like Drakma? Or ECL is only able to compile separate lisp files one by one?
-- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi
participants (2)
-
Alexander Artemenko
-
Daniel Kochmański