Re: [Ecls-list] How to Link SB-BSD-SOCKETS into Stand-Alone Program

2014-06-16 Thread Matthew Mondor
On Mon, 16 Jun 2014 23:43:15 -0400 Jimmy Lu 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 recogniz

Re: [Ecls-list] How to Link SB-BSD-SOCKETS into Stand-Alone Program

2014-06-16 Thread Jimmy Lu
Hi Binghe, 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 b

Re: [Ecls-list] How to Link SB-BSD-SOCKETS into Stand-Alone Program

2014-06-15 Thread Chun Tian (binghe)
Hi Jimmy Is this a problem of ECL (SB-BSD-SOCKETS) or USOCKET? For example, if you write a simple program with SB-BSD-SOCKETS itself used and then dump it into stand-alone program, can it work? If it's confirmed as an issue of USOCKET, the way it calls underlying ECL functions, I need to fix i

Re: [Ecls-list] How to Link SB-BSD-SOCKETS into Stand-Alone Program

2014-06-13 Thread Matthijs van Otterdijk
I just ran into the same problem. Have you perhaps discovered a solution or workaround? On Wed, Apr 2, 2014 at 5:42 AM, Jimmy Lu wrote: > Hi, > > I ran into the following error when trying to use ASDF:MAKE-BUILD to > build a stand-alone program whose dependencies include USOCKET (thus > SB-BSD-

[Ecls-list] How to Link SB-BSD-SOCKETS into Stand-Alone Program

2014-04-01 Thread Jimmy Lu
Hi, I ran into the following error when trying to use ASDF:MAKE-BUILD to build a stand-alone program whose dependencies include USOCKET (thus SB-BSD-SOCKETS). The error happened when I ran the executable being built. Condition of type: SIMPLE-ERROR Package ((SB-BSD-SOCKETS . #)) referenc