On Thu, 18 Jul 2019, [email protected] wrote:
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.
./configure \ --with-postgres \ --with-postgres-includes=/usr/include/postgresql/server/ \ --with-postgres-libs=/usr/lib/postgresql/10/lib/ \ --with-sqlite \ --with-sqlite-includes=/usr/include/ \ --with-sqlite-libs=/usr/lib/ \ --with-cairo \ --with-blas \ --with-lapack \ --with-freetype \ --with-freetype-includes=/usr/include/freetype2 \ --with-cxx \ --with-geos \ --with-gdal \ --with-nls \ --with-python \ --with-pthread \ --with-proj-share=/usr/share/proj \ --with-wxwidgets \ --enable-largefile \ --with-openmp \ --with-liblas _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
