[PD] [soundtouch~] pitch shifter for Pure Data

Mathieu Bouchard matju at artengine.ca
Fri Sep 16 21:24:36 CEST 2011


Le 2011-09-16 à 12:52:00, Hans-Christoph Steiner a écrit :

> I am trying your soundtouch~ on Ubuntu/Maverick.  First I tried the
> included binary, then I built it from source. Both ways I got this:
>
> soundtouch~.pd_linux: soundtouch~.pd_linux: undefined symbol: _Znaj

_Znaj is an encoding of «operator new[](unsigned int)». You can find that 
using «/usr/bin/c++filt».

I think that it means that -lstdc++ might be missing from its linkage, in 
which case it will only load if you have already loaded an external that 
uses libstdc++ (Flext, Gem, GridFlow, Georg's containers, etc).

right ?

  _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC


More information about the Pd-list mailing list