[linux-audio-dev] DSSI .so C++ problem 2.nd try
Joost Yervante Damad
joost at lumatec.be
Sat May 22 06:52:42 UTC 2004
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-dev/attachments/20040522/70bcc300/attachment.pgp>
More information about the Linux-audio-dev
mailing list