Thanks Antoine but that didn't make it. finally I copied the externals/template makefile inside the binfile folder, replaced a few strings and that make it. can't understand why the mrpeach/makefile is broken though. best, n
Le 05/10/12 10:49, Antoine Villeret a écrit :
hello,
i just manage to build it by hands in two steps :
$ gcc -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -g -DLINUX -I/home/antoine/pd/pd/src -o binfile.pd_linux binfile.o
$ gcc -Wl,--export-dynamic -shared -o binfile.pd_linux binfile.o
i'm not sure all flags are needed / useful but this seems to work here under ubuntu 12.04 keep me aware if it works for you
++ a