From: | Alex Gorbachenko <agent_007(at)immo(dot)ru> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: undefined reference - problem compiling pgadmin3 |
Date: | 2007-02-01 13:41:57 |
Message-ID: | 20070201164157.61a9abb6@satellit.immo |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Luca Ferrari | 2007-02-02 08:15:42 | Re: undefined reference - problem compiling pgadmin3 |
Previous Message | Luca Ferrari | 2007-02-01 13:17:14 | Re: undefined reference - problem compiling pgadmin3 |