Hi, 'Peter Eschler' wrote about '[linux-audio-dev] DSSI .so C++ problem 2.nd try' - Fri, May 21, 2004 at 07:25:09PM CEST
--snip-- > I used 'nm' to grep for unresolved symbols in my instrument .so and when > including iostream there are some strange ones popping up (ios_base). > > Instrument plugin without '#include <iostream>' > > nm ldrumdssi.so | grep U > U __gxx_personality_v0 > U calloc > U free > U malloc > > > > Instrument plugin with '#include <iostream>' > > nm ldrumdssi.so | grep U > U _ZNSt8ios_base4InitC1Ev > U _ZNSt8ios_base4InitD1Ev > U __cxa_atexit > U __dso_handle > U __gxx_personality_v0 > U calloc > U free > U malloc > > > > Can anybody tell me what I'm missing? Try doing the linking step of your .so with g++ instead of gcc. Greetings, Joost
signature.asc
Description: Digital signature
