[PD-dev] Pure Data/adding _path for gridflow

Claude Heiland-Allen claudiusmaximus at goto10.org
Sat Aug 1 14:58:27 CEST 2009


sisil mehta wrote:
> hello,
> i have just compiled gridflow from cvs and get a :
> 
> "/usr/lib/pd/extra/gridflow/gridflow.pd_linux:
> /usr/lib/pd/extra/gridflow/gridflow.pd_linux: undefined symbol:
> _ZN9CPPExtern8m_holderE
> 
> gridflow: can't load library"

did you compile gridflow with Gem support?
if so, you need to load  -lib Gem  before  -lib gridflow

$ nm -D /usr/lib/pd/extra/gridflow/gridflow.pd_linux \
| grep _ZN9CPPExtern8m_holderE
          U _ZN9CPPExtern8m_holderE

$ nm -D /usr/lib/pd/extra/Gem/Gem.pd_linux \
| grep _ZN9CPPExtern8m_holderE
00333ee8 B _ZN9CPPExtern8m_holderE


Claude
-- 
http://claudiusmaximus.goto10.org




More information about the Pd-dev mailing list