From: Thomas Zehbe on
Hi all,
I'm using Julians Dialogblocks with wxGTK-2.6.2 on Linux.
Compiling and linking my App in shared lib mode works fine. But trying make a
static build leads to the following error messages:

*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)(.text+0x2d4): In
function `igDbApp::DbOnInit()':
*** /home/tz/projects/igstd/igdbapp.cpp:127: undefined reference to
`wxHtmlHelpController::wxHtmlHelpController[in-charge](int)'
*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)
(.text+0x3a5):/home/tz/projects/igstd/igdbapp.cpp:132: undefined reference to
`wxGIFHandler::wxGIFHandler[in-charge]()'
*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)
(.text+0x413):/home/tz/projects/igstd/igdbapp.cpp:133: undefined reference to
`wxPNGHandler::wxPNGHandler[in-charge]()'
*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)
(.text+0x487):/home/tz/projects/igstd/igdbapp.cpp:134: undefined reference to
`wxJPEGHandler::wxJPEGHandler[in-charge]()'
*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)
(.text+0x4fb):/home/tz/projects/igstd/igdbapp.cpp:135: undefined reference to
`wxZipFSHandler::wxZipFSHandler[in-charge]()'
*** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)
(.text+0x511):/home/tz/projects/igstd/igdbapp.cpp:135: undefined reference to
`wxFileSystem::AddHandler(wxFileSystemHandler*)'
*** collect2: ld returned 1 exit status

The wxGTK libs have been build automatically by Dialogblocks (great tool BTW)
using the same options except the static/shared mode.
Has anybody an idea where the 'lost' functions have gone in the static build?

Regards
Thomas

--
Dipl.-Ing. Thomas Zehbe
INGENION GmbH
Kuhweide 6
31552 Apelern
Fon: 05043 / 40 57 90 4
Fax: 05043 / 40 57 90 7

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org