<html>
<body>
OK.  Trying to build libtiff here.  Info from<br><br>
<a href="http://www.asteriskguru.com/tutorials/spandsp.html" eudora="autourl">
http://www.asteriskguru.com/tutorials/spandsp.html</a><br><br>
Libtiff from tar:<br><br>
<a href="ftp://ftp.remotesensing.org/pub/libtiff" eudora="autourl">
ftp://ftp.remotesensing.org/pub/libtiff</a>   3.8.2<br><br>
put tiff-3.8.2.tar.gz in /root then tar -zxvf tiff-3.8.2.tar.gz<br><br>
followed by:<br><br>
<b>./configure<br>
make clean<br>
make<br><br>
</b>But the make had the following error:<br><br>
./libtool: line 837: g++: command not found<br>
make[2]: *** [tif_stream.lo] Error 1<br>
make[2]: Leaving directory `/root/tiff-3.8.2/libtiff'<br>
make[1]: *** [all] Error 2<br>
make[1]: Leaving directory `/root/tiff-3.8.2/libtiff'<br>
make: *** [all-recursive] Error 1<br><br>
and make install did not work:<br><br>
Making install in port<br>
make[1]: Entering directory `/root/tiff-3.8.2/port'<br>
make[2]: Entering directory `/root/tiff-3.8.2/port'<br>
make[2]: Nothing to be done for `install-exec-am'.<br>
make[2]: Nothing to be done for `install-data-am'.<br>
make[2]: Leaving directory `/root/tiff-3.8.2/port'<br>
make[1]: Leaving directory `/root/tiff-3.8.2/port'<br>
Making install in libtiff<br>
make[1]: Entering directory `/root/tiff-3.8.2/libtiff'<br>
source='tif_stream.cxx' object='tif_stream.lo' libtool=yes \<br>
DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \<br>
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I. -I.      -c -o tif_stream.lo
tif_stream.cxx<br>
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -c
tif_stream.cxx  -o .libs/tif_stream.o<br>
./libtool: line 837: g++: command not found<br>
make[1]: *** [tif_stream.lo] Error 1<br>
make[1]: Leaving directory `/root/tiff-3.8.2/libtiff'<br>
make: *** [install-recursive] Error 1<br><br>
So what is missing?  And where do I start from.<br><br>
It looks like things are not 'broken' from how far it got.<br><br>
</body>
</html>