Hello,
I'm actually trying to compile my lib for linux on a debian jessie virtual box. So far I managed to build against the native architecture (x86_64). Now I'm trying to build the 32 bit version. I installed gcc-multilib and g++-multilib because some system libraries were missing. I also added cflags += -m32 in my makefile, and set the PDINCLUDEDIR var to /usr/include/pd (I installed pd using apt-get) Is there a more straightforward way to achieve this using pd-lib-builder ? I couldn't find a clear information in the docs / issues ...
Thanks, Joseph