Hi,
when trying to link my application with a static build of my libraries (wxMSW, wxSqlite3, wxCURL) using Code::Blocks + mingw I get the following error:
c:\dev\wxMSW-2.8.4\lib\gcc_lib/libwxmsw28ud.a(monolib_log.o): In function `Z10wxLogDebugPKwz':C:/dev/wxMSW-2.8.4/build/msw/../../src/common/log.cpp:237: multiple definition of `wxLogDebug(wchar_t const*, ...)'
C:\dev\wxCURL-SVN\lib\gcc_lib/libwxcode_msw28u_wxcurl.a(wxcurl_lib_base.o):base.cpp:(.text$_Z10wxLogDebugPKwz[wxLogDebug(wchar_t const*, ...)]+0x0): first defined here
collect2: ld returned 1 exit status
When doing the same thing using DLLs I get no error. What can it be?
Thanks for your help,
/~jc