Not the response I expected - maybe just a wording..... Just to be sure: My comment was about executing not reading ./configure prior to running make.
./configure command scans your system, reports dependencies and generates config files specific to your build. If you did not run './configure' successfully, you should. -Tomas On Thu, 2019-07-18 at 09:42 -0700, Rich Shepard wrote: > On Thu, 18 Jul 2019, [email protected] wrote: > > > Did you execute: ./configure > > before running make? > > Tomas, > > I read in the configuration file. So, yes. > > And the issue is the Makefile looking for a specific libgeos version (3.7.0) > while 3.7.2 is installed. I'm rebuilding the chain proj -> geos -> gdal. > > Thanks, > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
