[GRASS-user] FYI - Output from compiling most recent release 7.0

Markus Neteler neteler at osgeo.org
Fri Feb 7 16:18:55 PST 2014


On Sat, Feb 8, 2014 at 12:31 AM, Craig Aumann <craigaumann at gmail.com> wrote:
>
> Did it and attached!

Reduced to the problems:

Errors in:
/usr/src/grass-trunk/raster/r.out.tiff
/usr/src/grass-trunk/misc/m.nviz.image

scrolling up, I see:

/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/bin/r.out.tiff:
error while loading shared libraries: libtiff.so.5: cannot open shared
object file: No such file or directory

 and

/usr/bin/ld: warning: libtiff.so.5, needed by
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so,
not found (try using -rpath or -rpath-link)
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so:
undefined reference to `TIFFScanlineSize'
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so:
undefined reference to `TIFFSetField'
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so:
undefined reference to `TIFFWriteScanline'
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so:
undefined reference to `TIFFOpen'
/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_ogsf.7.0.svn.so:
undefined reference to `TIFFClose'
collect2: ld returned 1 exit status
make[3]: *** [/usr/src/grass-trunk/dist.x86_64-unknown-linux-gnu/bin/m.nviz.image]
Error 1

To me it looks like that you have an outdated libtiff on your sytem.

Markus


More information about the grass-user mailing list