Hello,<div>I am attempting to create a shared library out of lsp files, in a cross-compiler situation where I use the host ecl with a foreign compiler. I guess I have two options:</div><div>1) make ecl -compile use the cross-compiler</div>
<div>2) extract .c, .h out of lsp files and compile the files normally</div><div>At first look 1) is not possible and 2) appears doable, but I have not yet found how to do it. Can someone explain ?</div><div><br></div>