On Tue, 2 Apr 2013 17:46:43 -0400
Matthew Mondor <mm_li...@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

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to