On Windows I've loaded the libs like this and it worked:
[declare -stdlib iemlib/iemlib1]
[declare -stdlib iemlib/iemlib2]
[declare -stdlib iemlib/iem_t3_lib]
[declare -stdlib iemlib/iem_mp3]
Keep in mind that “-stdlib” also searches the following paths:
Windows
User-specific : %AppData%/Pd
Global: %CommonProgramFiles(x86)%/Pd
Mac OS X
User-specific: ~/Library/Pd
Global: /Library/Pd (you need to create the "Pd" folder)
GNU/Linux (I think there were changes here, a couple of month ago, not sure)
Package manager: /usr/lib/pd/extra
User-specific: ~/pd-externals
Global: /usr/local/lib/pd-externals
or use [declare -lib hole/path/to/the/d_fat]
Salutti,
Lucarda.