(asdf:operate :build-op :system) creates image in ~/.cache/[...]

2015-09-26 Thread Florian Margaine
system" :entry-point "my-system:main") The binary is built just fine. The issue is that it's created in ~/.cache/common-lisp/sbcl-1.2.15.debian-linux-x64/$PWD/, while I'd just like it to be created in $PWD/. Is this a configuration issue? Where is this setting configured? Regards, -- Florian Margaine

Re: (asdf:operate :build-op :system) creates image in ~/.cache/[...]

2015-09-28 Thread Florian Margaine
Reflection&Cybernethics• http://fare.tunes.org > Big Business has to *sell* the Vietnam War to you. Big Government can just > draft your ass and ship you overseas under threat of imprisonment and/or > death. Now, which one is better again? — r...@netdoor.com > > > On Sat, Se

program-op compression

2015-09-28 Thread Florian Margaine
:compression option? In the source, I've seen :extra-build-args, but it seems to be a make-build option only. I'm not very familiar with asdf's source though, so I'm surely missing something. Cheers, -- Florian Margaine

Re: monolithic-lib-op

2015-10-05 Thread Florian Margaine
Hi, After speaking a bit with jackdaniel on irc, it seems that the issue is correctly writing the .a files? If so, since it's a simple ar archive, this could be done in Lisp. I wrote an ar writer in less than 100 lines with some hard coded values: https://github.com/ralt/deb-packager/blob/master/s

Re: Can not upgrade to ASDF 3.3.0

2017-11-06 Thread Florian Margaine
Hi, Le 7 nov. 2017 12:24 AM, "Vince" a écrit : Now the reason I want to do this is that it looks like my last solution to build an executable with ECL (I'd like to build a smaller executable than with SBCL). I was hit by the fact that ASDF did not ship make-build, which is the build procedure

Re: Lowercase naming requirement for systems?

2019-02-17 Thread Florian Margaine
-lisp.net/asdf/asdf/blob/master/doc/best_practices.md Cheers, -- Florian Margaine