Re: can't find libtiff on ./configure
- From: Tim Flechtner <timf trdlnk com>
- To: Sven Neumann <sven gimp org>
- Cc: Rodrigo Gruppelli <grupis doctornet com br>, gtk-list gnome org
- Subject: Re: can't find libtiff on ./configure
- Date: Wed, 19 Feb 2003 08:34:58 -0600
you might also want to set CFLAGS, eg
export CFLAGS=-I$HOME/include
-tim
Sven Neumann wrote:
Hi,
Rodrigo Gruppelli <grupis doctornet com br> writes:
On 19 Feb 2003, Sven Neumann wrote:
you didn't tell the compiler to look for include files in
~/include. Passing --includedir to configure only tells it to install
into that directory, not to use it as include path. Try to set
CPPFLAGS=~/include instead.
I tried the follow cmdline:
./configure --prefix=$HOME CPPFLAGS=$HOME/include
ugh, no, that is wrong. Try this instead:
export CPPFLAGS=-I$HOME/include
export LDFLAGS=-L$HOME/lib
./configure --prefix=$HOME
BTW, this is explained in the output of 'configure --help'.
Salut, Sven
_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]