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