Re: ECL crashes on iOS loading ASDF libs with several dependencies
PR <[email protected]> Sun, 31 May 2020 22:06:40 +0200
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <CAOJeB-CLjrekZsMfSG+MnoRic2vup5Mmo_NG6RZ1DVsCLwwk-w@mail.gmail.com> |
On 5/23/20, PR <[email protected]> wrote: > https://gitlab.com/eql/eql5-ios/-/issues/3 The problem here is simply the quite limited C stack size on iOS, which can't be extended on moblle devices, as it seems (I tried to no avail). So, the solution would be to use already cross-compiled ASDF libraries, which don't need ASDF at run time (thanks to Marius Gebershagen for the hint). Paul