On Mon, 16 Jun 2014 23:43:15 -0400
Jimmy Lu <gongchuo...@gmail.com> wrote:

> I sequestered SB-BSD-SOCKETS and it still did not work.  It seems more
> of an ECL problem, failing to recognize SB-BSD-SOCKETS as a dependency
> and link it into the standalone program, or there is something I am
> missing to make ECL recognize it as a dependency.  The code works well
> when being load in an existing REPL but does not work when using
> ASDF:MAKE-BUILD to compile it down to C code.

I have some ECL-built standalone software using SB-BSD-SOCKETS but it's
not statically built, and not built using ASDF; those programs use for
instance:

(eval-when (:compile-toplevel :load-toplevel)
  (require :sb-bsd-sockets))

Such code is found below, with its make file:
http://cvs.pulsar-zone.net/cgi-bin/cvsweb.cgi/mmondor/mmsoftware/cl/server/
-- 
Matt

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to