Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-30 Thread Frank Warmerdam
Matt Wilkie wrote: Try: g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade Thank you for the suggestion, still no good though: :~/src/demtools$ g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade /usr/bin/ld: cannot find -lgdal collect2: ld returned 1 exit status Matt, I don'

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-29 Thread Matt Wilkie
> Try: > > g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade Thank you for the suggestion, still no good though: :~/src/demtools$ g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade /usr/bin/ld: cannot find -lgdal collect2: ld returned 1 exit status :~/src/demtools$ g++ -I/usr/incl

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Markus Neteler
On Tue, Oct 28, 2008 at 4:42 PM, Frank Warmerdam <[EMAIL PROTECTED]> wrote: > PS. I'm interested in adopting Matt Perry's utillities into GDAL proper at > some point to streamline their use and maintenance. Frank, this would be great. I am long term user of these tools. Markus __

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Frank Warmerdam
Matt Wilkie wrote: Hello Folks, I could use some hand-holding please... :) I'm trying to compile Matt Perry's hillshade [http://www.perrygeo.net/wordpress/?p=7] utility on Ubuntu 8.10 (amd64 if that makes a difference). I'm told "hillshade.cpp:24:23: error: gdal_priv.h: No such file or directo

[gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Matt Wilkie
Hello Folks, I could use some hand-holding please... :) I'm trying to compile Matt Perry's hillshade [http://www.perrygeo.net/wordpress/?p=7] utility on Ubuntu 8.10 (amd64 if that makes a difference). I'm told "hillshade.cpp:24:23: error: gdal_priv.h: No such file or directory". I have installed