I am trying to install pgadmin3 1.4.3 and i ran across a problem with the RPM so i am trying to install from source.

Setup:
Fedora 5, posgres 8.1.4, wxWidgets 2.6 (symlinked libraries to /usr/lib, added /usr/lib to /etc/ld.so.config, ran ldconfig) .. already had libxml and libxslt, got wxaui

Ran:
./configure --with-wxaui=../wxaui-0.9.2 --with-pgsql=/usr/local/pgsql/ --enable-debug

Output:
...
Using wxWidgets version:             2.6
Building a debug version of pgAdmin: Yes
Statically linking pgAdmin:          No
Building a Mac OS X appbundle:       No
...

Result of make:
Few hundred lines with "undefined reference" errors of this kind:

./slony/dlgRepPath.cpp:117: undefined reference to `wxXmlResource::GetXRCID(wchar_t const*)'
...
./slony/dlgRepTable.cpp:258: undefined reference to `wxArrayString::Index(wchar_t const*, bool, bool) const'
./slony/dlgRepTable.cpp:271: undefined reference to `operator+(wchar_t const*, wxString const&)'
...
/usr/local/lib/libwx_gtk2ud_ogl-2.6.so: undefined reference to `wxFopen(wchar_t const*, wchar_t const*)'


I have exhausted all possible search engine queries on this problem so if you have an idea of what i might do please reply. I don't know anything about wx* so i'm either missing something (also compiled the contrib when i installed wxWidgets) or i need to add something else to the ld config file.

Thank you,
Chris


Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.

Reply via email to