On 4/17/22 19:14, Alexandre Torres Porres wrote:
So, yeah, doesn't seem possible, but I'm still not sure yet, and other than, it seems I can't mix in the download a fat binary (with 64/arm) along with some other binary for 32 bits (darwin or 'd_i386'). If I'm using Pd 32 bits it won't be able to load the correct one as it tries to load the fat one and fails!
hmm.
i guess there's two separate bugs here
extensions (.d_i386
), and only then it should fall back to loading the
fat binary (.d_fat
).
obviously it doesn't do that [1] right now.
architecture), it should continue to try the other file extensions. could you provide the full (related) output of the Pd-console, when it tries (and fails) to load the i386 binary?
mfasr IOhannes