Hi.
Beyond the topic, I wonder also how to know if a library needs "-lib" option, and for which operating system. For iemlib, on Xubuntu the "-path" option is enough, on Windows, I need to add "-lib". Hard to follow if it is not the same option between platforms.
Now, with Pd Vanilla, you can set the order your own, or use [declare], but, again, I just think libname/objectname is easier and more explicit
If it is the common way now, it is good to know. Thanks.
The order seems not working with "-lib". It seems stronger than a "-path" option.
I see the good points of this syntax, but also some disadvantages :
I guess the best practice would be to place all externals inside the same parent folder "~/pd/externals", declare this parent path (by default now) and also declare all externals paths to show the project's dependencies. So you can use the "objectname" alone or with "libname/objectname".