RE: How do I update ONLY GLib?
- From: "Warren's Public Email" <wrfpublic charter net>
- To: "'Tristan Van Berkom'" <tvb gnome org>
- Cc: gtk-list gnome org
- Subject: RE: How do I update ONLY GLib?
- Date: Thu, 21 Dec 2006 08:52:27 -0600
Tristan, thanks for the tips. Having my environment vars set as suggested
below however, my make is STILL spitting out an undefined reference to
g_file_set_contents. (I redid the configure/make/make-install after
changing the env vars). So for whatever reason, my make is still picking up
the old gfileutils.h. It is probably some silly little oversight, but I
can't see it at the moment.
Regards -- Warren
---------------------------------------------
I usually write a simple little script like this to build & test
stuff in an optional prefix:
===============================
PREFIX=/opt/gnome
PATH=$PREFIX/bin:$PATH
LD_LIBRARY_PATH=$PREFIX/lib
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
export PATH LD_LIBRARY_PATH PKG_CONFIG_PATH
===============================
And then feeding in /opt/gnome to the --prefix arg of configure.
You should be able to test your glib in /usr/local by simply
typing "LD_LIBRARY_PATH=/usr/local/lib ./myprogram".
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]