Re: GTK configure with GLib location



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]