Re: can't find libtiff on ./configure



Hi,

Rodrigo Gruppelli <grupis doctornet com br> writes:

> I also have LD_LIBRARY_PATH set to $HOME/lib.
> 
> Anybody knows where's my mistake? I already tryed ./configure --prefix=$HOME --includedir=$HOME/include --libdir=$HOME/lib, but it didn't work.
> 

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.


Salut, Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]