It feels like a deja-vu

https://sourceforge.net/mailarchive/forum.php?thread_name=CANejTzqFLY2uR5YTWJHsxQkkJ2h3oAW4jW2WNVAHefMEU3FpPg%40mail.gmail.com&forum_name=ecls-list

On Tue, Jul 31, 2012 at 5:03 PM, Antonio Bonifati <
antonio.bonif...@gmail.com> wrote:

> I need to test your patience again, sorry.
>
> I am trying to make into a single program a system which depends on the
> socket library bundled-in with ECL.
>
> (defsystem my-sys
>    ...
>    (:depends-on (:sb-bsd-sockets))
>
> ... and everything works when I load my system with:
>
> (asdf:oos 'asdf:load-op :my-sys)
>
> But if I run:
>
> (asdf:make-build :my-sys :type :program)
>
> I get:
>
> An error occurred during initialization:
> Filesystem error with pathname #P"SYS:libLIBSB-BSD-SOCKETS.A.NEWEST".
> Either
>   1) the file does not exist, or
>   2) we are not allowed to access the file, or
>   3) the pathname points to a broken symbolic link..
>
> I do have /usr/lib/ecl-12.2.1/libsb-bsd-sockets.a. Is that pathname
> correct? Shouldn't be a / separating lib and LIBSB?
>
> Moreover why are there two libraries sockets and sb-bsd-sockets? What is
> the difference? Which one should I depend on?
>
> ;;; Grazie
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Ecls-list mailing list
> Ecls-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>



-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to