Jyrki Wahlstedt wrote:
What configure option were used for wxWidgets, PostgreSQL and pgAdmin?
What version of each were used exactly?
This is easy, though longish (all configure options are defined in
MacPorts Portfiles):
wxWidgets: 2.8.4
configured with --mandir=${prefix}/share/man \
--with-libiconv-prefix=${prefix} \
--with-libjpeg \
--with-libtiff \
--with-libpng \
--with-zlib \
--with-sdl \
--with-opengl \
--with-mac \
--disable-sdltest \
--enable-unicode \
--enable-display \
--enable-monolithic
We don't test or recommend --enable-monolithic - although it /should/
work in theory, it might be causing problems.
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster