<div dir="ltr">Dear list,<div>I get an unwanted beheaviour with the location of the externals libraries installed on pd 0.47.1. Pd was compiled from sources, on ubuntu 16.04 linux running on the odroid-c2 board (armv8-64)</div><div><br></div><div>I installed the externals I needed via apt-get install pd-name_package.<br>
The package got installed in /usr/lib/pd/extra. I have added such folder in the <br>
search path.<br>
<br>
Now in pd I want to use some of those externals, let's say "packOSC". <br>
At this stage If I create an object with "osc/packOSC" it works. <br>
<br><br>
I want to avoid using the name of the package before each external I need to <br>
use. So I created an object with "declare -stdpath /usr/lib/pd/extra/osc". <br>
<br>
The problem is that pd seems to ignore that command, or the analog ones with -path and -lib.</div><div><br></div><div>
So I tried to set the startup flags e.g. -lib /usr/lib/pd/extra/osc but when I <br>
launch pd I get "can't load library"<br>
<br>Any suggestion or workaround? Is there maybe a bug?<br><br>Thanks in advance<br>
<br>
Best<br>
<br>
Angelo<br></div></div>