Re: GTK configure with GLib location
- From: Ryan Schmidt <gtk-2005 ryandesign com>
- To: Justin M Wozniak <jwozniak cse nd edu>
- Cc: gtk-list gnome org
- Subject: Re: GTK configure with GLib location
- Date: Thu, 18 Aug 2005 21:48:32 +0200
On 18.08.2005, at 19:31, Justin M Wozniak wrote:
I'm installing the latest GTK, and I don't want to overwrite the
existing
installation. I specified a different install directory for GLib.
How do
I configure the GTK installer to use a non-standard GLib location? I
couldn't find anything with configure --help or the web docs.
I had some dependencies of GTK+ installed in /opt/local and others in
$HOME, so I did this:
export LDFLAGS="-L/opt/local/lib -L$HOME/lib"
export CFLAGS="-I/opt/local/include -I$HOME/include"
export CXXFLAGS=$CFLAGS
export CPPFLAGS=$CXXFLAGS
That's for a Bash-like shell, mind you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]