I continue to test ECL and wanted to create a small webservice, compiled into a binary.
Condition of type: SIMPLE-ERROR
Package ((SB-BSD-SOCKETS . #<SB-BSD-SOCKETS package>)) referenced in compiled file
NIL
but has not been created
Available restarts:
1. (IGNORE) Ignore the error, and try the operation again
But a trick with making package immutable, like this (asdf:register-immutable-system "SB-BSD-SOCKETS") does not work now.
Tested on Ubuntu ECL 16.1.4 and OSX 16.1.2.
Why do I have this problem and how to fix it?
--