On Thu, 1 Feb 2007 14:17:14 +0100
Luca wrote:
>undefined symbol: _ZN8wxWindow12ApplyToolTipEP12_GtkTooltipsPKc
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZN6wxFileC1EPKcNS_8OpenModeE
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZNK8wxString11BeforeFirstEc
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZNK8wxString10AfterFirstEc
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZN12wxStringBase8InitWithEPKcjj
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZNK8wxString3CmpEPKc
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZNK8wxString4FindEcb
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
>undefined symbol: _ZN12wxStringBaseC2Ejc
>(/usr/local/lib/libwx_gtk2u_stc-2.8.so)
libwx_gtk2u_stc-2.8.so is not linked with some other wxgtk libs.
in shell type:
for LIBS in $(/bin/ls /usr/local/lib/libwx*so) ; do echo "$LIBS" ;
objdump -T "$LIBS" | grep -i '<undef_symbol_func_name>' ; done
this could help to find necessary libraries.
--
np: Iron Maiden - No More Lies