undefined symbols when running on Ubuntu
Franky Braem
f.braem at skynet.be
Mon Nov 13 12:06:31 PST 2006
Vadim Zeitlin wrote:
> On Mon, 13 Nov 2006 18:16:17 +0100 Franky Braem <f.braem at skynet.be> wrote:
>
> FB> I can find _ZN9wxVariantC1Ev with nm in the base library.
>
> Then you probably built it with wxUSE_VARIANT==0. Try also doing
>
> nm basedll_variant.o|grep ZN9wxVariantC1Ev
>
> just to be sure.
>
> Regards,
> VZ
>
Explicitly linking with baselib_variant.o solves the ZN9wxVariantC1Ev
problem. I've put wxUSE_VARIANT in setup.h
But I still have the unresolved _ZN7wxFFile4SeekEl10wxSeekMode
Franky.
PS. I'm using wx 2.7
More information about the wx-users
mailing list