For your information ... I ended up installing a 32 bit debian on a new virtual box and the compilation worked perfectly, without altering the makefile or anything else. So this was probably the most straightforward way :) Cheers, Joseph
Le 09/11/18 à 14:40, Joseph Larralde a écrit :
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