Hi, after doing make, it outputs the following:
[...]
make[4]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2/html'
make[3]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2/html'
make[2]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2/html'
make[2]: Entering directory `/home/pi/raspiraw-master/tiff-3.8.2'
make[3]: Entering directory `/home/pi/raspiraw-master/tiff-3.8.2'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2" || mkdir -p -- "/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2"
/usr/bin/install -c -m 644 'COPYRIGHT' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/COPYRIGHT'
/usr/bin/install -c -m 644 'ChangeLog' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/ChangeLog'
/usr/bin/install -c -m 644 'README' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/README'
/usr/bin/install -c -m 644 'RELEASE-DATE' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/RELEASE-DATE'
/usr/bin/install -c -m 644 'TODO' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/TODO'
/usr/bin/install -c -m 644 'VERSION' '/home/pi/raspiraw-master/local/share/doc/tiff-3.8.2/VERSION'
make[3]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2'
make[2]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2'
make[1]: Leaving directory `/home/pi/raspiraw-master/tiff-3.8.2'
cc -c raspi_dng.c -I./local/include -o raspi_dng.o
cc raspi_dng.o local/lib/libtiff.a -ljpeg -lm -lz -o raspi_dng
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
make: *** [raspi_dng] Error 1
root@raspberrypi:/home/pi/raspiraw-master#
It seems that the compiler can't find the jpeg library. I've tried installing the jpeg library from http://libjpeg.sourceforge.net/ but with no luck. Any suggestion?
Hi, after doing
make, it outputs the following:It seems that the compiler can't find the jpeg library. I've tried installing the jpeg library from http://libjpeg.sourceforge.net/ but with no luck. Any suggestion?