Declare is not the problem. The .pd_linux files are missing in both the "apt-get pd-iemlib" download as well as in the Deken files of the RPi armv7.
All other libraries that I could find on Deken or apt-get were fine - just not iemlib.
Ingo
-----Original Message----- From: Pd-list [mailto:pd-list-bounces@lists.iem.at] On Behalf Of IOhannes m zmölnig Sent: Saturday, September 11, 2021 6:12 PM To: pd-list@lists.iem.at Subject: Re: [PD] external libraries for Raspberry Pi - how to compile?
On 9/11/21 16:20, Christof Ressi wrote:
If you're not sure which version you have, you can do [declare -lib iemlib -lib iemlib1 -lib iemlib2] :-)
don't forget to add the paths as well!
[declare -path iemlib -path iemabs -lib iemlib -lib iemlib1 -lib iemlib2]
mgsard IOhannes