Hi Mike,
On Sat, 2003-05-31 at 07:16, Michael Honeyfield wrote:
I have been trying to put together a set of RPMs for a distro that
doesnt ship any gnome support. At the moment I am focusing on 1.4 base
libraries.
I would avoid Gnome 1.4 like the plague; it's substantially buggier,
far harder to build, and less portable than gnome 2.2 - and there's
increasingly no need for many of the libraries to be shipped -
particularly with the release candidate of Evolution 1.4 out there.
Anyways, I have gotten up to bonobo-conf-0.16
Particularly bonobo-conf is ~only used by evolution-1.2 so ...
/usr/lib/libglib.so -Wl,--rpath -Wl,/usr/X11R6/lib
./.libs/libbonobo_conf.so: undefined reference to `g_critical'
No idea; looks like a missing glib include somewhere; g_critical is a
macro on most machines (if you're using gcc), see gmessages.h.
HTH,
Michael.