[GRASS-user] 7.9.dev fails to find pdal

Markus Neteler neteler at osgeo.org
Sun Apr 25 14:37:07 PDT 2021


On Sun, Apr 25, 2021 at 8:15 PM Rich Shepard <rshepard at appl-ecosys.com> wrote:
...
> I don't remember how to tell grass-7.9.dev there's a new version of gdal
> installed.

You can simply recompile with (importantly, "make distclean" first).
Hence:

cd /path/to/src/
make distclean
configure ...
make

# depends (I personally just use it from the above created bin.arch
# directory and skip the next step)
sudo make install

HTH,
Markus


More information about the grass-user mailing list