Re: Android question: how to connect to swank, running on android?

2017-08-24 Thread PR
2017-08-21 12:14 GMT+02:00, PR : > ... Well, I'm not really happy to announce that it (kind of) works now, but only with an ugly hack: As suggested by Luís Oliveira (Slime mailing list), I added a 'break' at the start of function 'swank::close-connection%' (in file 'swank.lisp'). Now I can conne

Re: Building a real static binary

2017-08-24 Thread Daniel Kochmański
Hey, you can build ECL as a static library and statically link with it. You have to pass --disable-shared flag at configure time. Then you will have libecl.a and statically linked ecl binary. This option isn't well tested but it works as far as I can tell. You may want to link your library wi

Building a real static binary

2017-08-24 Thread Florian Margaine
Hi, I've been trying to build a real static binary for easy deployment. So far, everything I've tried still links to libecl as a shared library; is it possible to have a static library of it, so that my static binary can bundle it? I guess I kind of want to shy away from building ECL myself, it'