unresolved symbol for C++ class dtor

Alexander Kabaev kabaev at gmail.com
Wed Dec 27 18:35:00 PST 2006


On Wed, 27 Dec 2006 18:09:41 +0100
Gergely CZUCZY <phoemix at harmless.hu> wrote:

<SKIP original email>

Executables only export symbols required by shared libraries known at
link time by default. You want --export-dynamic on linker command line
or ether -rdynamic or -Wl,--export-dynamic on CC command line.


-- 
Alexander Kabaev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20061228/467f1635/signature.pgp


More information about the freebsd-hackers mailing list