Date: Wed, 27 Dec 2006 21:06:59 -0500 From: Alexander Kabaev <kabaev@gmail.com> To: Gergely CZUCZY <phoemix@harmless.hu> Cc: freebsd-hackers@freebsd.org Subject: Re: unresolved symbol for C++ class dtor Message-ID: <20061227210659.282da266@kan.dnsalias.net> In-Reply-To: <20061227170941.GA44402@harmless.hu> References: <20061227170941.GA44402@harmless.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_Wbpc_MAyQUiAAl+fD302qXC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 27 Dec 2006 18:09:41 +0100 Gergely CZUCZY <phoemix@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. --=20 Alexander Kabaev --Sig_Wbpc_MAyQUiAAl+fD302qXC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFkybGQ6z1jMm+XZYRAs2HAKDnEmcVwQni2xE9xksQtrbaThcv1gCfUgoW 8+OudXt3meL8op4GXgzZfds= =+9JB -----END PGP SIGNATURE----- --Sig_Wbpc_MAyQUiAAl+fD302qXC--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061227210659.282da266>