[PD] [pool] build fails on linux

Yvan Volochine yvan.pd at gmail.com
Fri Jan 28 13:30:07 CET 2011


On Fri, Jan 28, 2011 at 1:53 AM, Pedro Lopes <pedro.lopes at ist.utl.pt> wrote:
>
> I recall that some old makefiles found in some externals had a sintax like:
> >make pd_linux
> instead of
> >make
> Thus they had multiple make targets inside, and if you type make it would enter the wrong one (like Win)


thanks to all for your hints. I finally made it =)

for the sake of the archives, here are my steps and errors:

I try by removing "pd" from pool_la_LDFLAGS in pool/source/Makefile
(which might be something very stupid !) but somehow [pool] built
fine.
then using [pool] in pd gave me a "undefined symbol:
_ZN17flext_root_singlenwEj" error, which lead me to this thread:
http://www.parasitaere-kapazitaeten.net/pipermail/flext/2010-September/000121.html
with the correct way of building a flext external:

(assuming pool and flext are in $HOME/dev)

$ cd $HOME/dev/pool
$ bash ../flext/build.sh pd gcc
# bash ../flext/build.sh pd gcc install

thanks !
_y



More information about the Pd-list mailing list