[PD-dev] compiling 32 bit linux externals on 64 bit linux using pd-lib-builder

Joseph Larralde joseph.larralde at gmail.com
Fri Nov 9 14:40:27 CET 2018


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





More information about the Pd-dev mailing list