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'
> 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
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
__
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
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