tiff-3.8.2.tar.gz installation problem

christos mitrogiannis mitrogiannis at gmail.com
Fri Mar 2 16:00:43 EET 2007


Hello  to everybody,
I really need your help to install the libTIFF library.
I am new user in linux so i will try to be accurate as possible.
I have visited the site
http://www.linuxfromscratch.org/blfs/view/svn/general/libtiff.html and
afterwards i downloaded the tiff-3.8.2.tar.gz  from :
ftp://ftp.remotesensing.org/libtiff/tiff-3.8.2.tar.gz and then through
the shell i wrote the following commnds:

tar zxf tiff-3.8.2.tar.gz
cd tiff-3.8.2
./configure --prefix=/usr &&
make
Unfortunately i received the following errors:

Libtiff is now configured for i686-pc-linux-gnu

  Installation directory:             /usr
  Documentation directory:            ${prefix}/share/doc/tiff-3.8.2
  C compiler:                         gcc -g -O2 -Wall -W
  C++ compiler:                       g++
  Enable runtime linker paths:        no
  Support Microsoft Document Imaging: yes

 Support for internal codecs:
  CCITT Group 3 & 4 algorithms:       yes
  Macintosh PackBits algorithm:       yes
  LZW algorithm:                      yes
  ThunderScan 4-bit RLE algorithm:    yes
  NeXT 2-bit RLE algorithm:           yes
  LogLuv high dynamic range encoding: yes

 Support for external codecs:
  ZLIB support:                       no
  Pixar log-format algorithm:         no
  JPEG support:                       no
  Old JPEG support:                   no

  C++ support:                        yes

  OpenGL support:                     no

Making all in port
make[1]: Entering directory `/home/indian/Desktop/tiff-3.8.2/port'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/indian/Desktop/tiff-3.8.2/port'
Making all in libtiff
make[1]: Entering directory `/home/indian/Desktop/tiff-3.8.2/libtiff'
make  all-am
make[2]: Entering directory `/home/indian/Desktop/tiff-3.8.2/libtiff'
source='tif_stream.cxx' object='tif_stream.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
        /bin/bash ../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I. -I.      -c -o tif_stream.lo
tif_stream.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -c
tif_stream.cxx  -o .libs/tif_stream.o
../libtool: line 837: g++: command not found
make[2]: *** [tif_stream.lo] Error 1
make[2]: Leaving directory `/home/indian/Desktop/tiff-3.8.2/libtiff'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/indian/Desktop/tiff-3.8.2/libtiff'
make: *** [all-recursive] Error 1

Unfortunately i am not able to understand what the problem is so if
anyone knows how to solve this i would realy apriciate it.
Thanks in advance.




More information about the unix-admin-gr mailing list