Hi all, I'm on my win64 build and I'm using asdf to define my system but with asdf:make-build or asdf:load-bundle-op the ld-flags option to link some additional static library to my fasl is not passed to the linker.
So far I workaround with (si:setenv "_CL_" "bla bla bla") but it's not ideal.
Am I doing something wrong or is a know issue?
Kindest regards. bix
P.S. ECL is so fun. Great job.
Hello,
I'm not aware of this bug. Please file it on the gitlab (with steps to reproduce – may be some source files with instructions how to build).
Thanks, Daniel
Fabrizio Fabbri writes:
Hi all, I'm on my win64 build and I'm using asdf to define my system but with asdf:make-build or asdf:load-bundle-op the ld-flags option to link some additional static library to my fasl is not passed to the linker.
So far I workaround with (si:setenv "_CL_" "bla bla bla") but it's not ideal.
Am I doing something wrong or is a know issue?
Kindest regards. bix
P.S. ECL is so fun. Great job.