[Ecls-list] RC 14.4.1 almost ready
Matthew Mondor
mm_lists at pulsar-zone.net
Tue Apr 2 23:29:50 UTC 2013
On Tue, 2 Apr 2013 17:46:43 -0400
Matthew Mondor <mm_lists at pulsar-zone.net> wrote:
> I cannot have a deeper look immediately, but should try to investigate
> it soon...
If I understand, ASDF expects *FEATURE* :UNIX, but ECL exports :NETBSD
not :UNIX
(defun os-unix-p ()
(or #+abcl (featurep :unix)
#+(and (not abcl) (or unix cygwin darwin)) t))
--
Matt
More information about the ecl-devel
mailing list