4 Mar 2008 21:19
Using SLIME on windows revisited
Stephen Westfold <westfold <at> kestrel.edu>
2008-03-04 20:19:59 GMT
2008-03-04 20:19:59 GMT
A little over a year ago I posted about problems with using sbcl with SLIME on windows. I did get some help, but was still not able to get our system working then, so I gave up and have just recently turned to it. The problem seems to be with sb-bsd-sockets and save-lisp-and-die. I give a transcript below that loads sb-bsd-sockets and everything is working fine, but after save-lisp-and-die and running the saved executable, get-protocol-by-name now fails. I checked that this works on Mac OS X. It also works if sb-bsd-sockets is loaded after restarting a saved executable, but we really want to deliver executables that don't have to load anything. Is there something that needs to be reinitialized after starting a saved executable? Any suggestions? Thanks, Stephen Westfold Kestrel Institute C:\>sbcl sbcl This is SBCL 1.0.9, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.(Continue reading)
RSS Feed