stefap - 2006-02-21

Hi,
I am trying to install PLPLOT, however my PNG, JPEG, ZLIB and GD libaries are located in my own directory /home/user/local/. NOT in the default directory.

How to setup PLPLOT to find these directories. I have triet to set:
PNGLIBDIR=/home/user/local
JPEGLIBDIR=/home/user/local
ZLIBLIBDIR=/home/user/local
GDLIBDIR=/home/user/local
.
.
.

and then run
./configure --prefix=/home/user/local/plplot --with-gd-incdir --with-gd-libdir --with-png-libdir --with-jpeg-libdir  --with-zlib-libdir

and also just sipmly:

./configure --prefix=/home/user/local/plplot

Nothing helps. PLPLOT still can't see png libaries. Can somebody help how to pass these environment variables to plplot installation.

please!

thanks, peter