(require "HUNCHENTOOT") (require "SB-POSIX") (require "SB-SPROF") (sb-ext::save-lisp-and-die "../hsbcl" :executable t)
Does not work as such. I had to prepend (require "asdf") Then it works. Thank you Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/4739ed3c-e5ed-2b54-b29e-0622afe93741%40hemmecke.org.
