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
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to