<div dir="ltr"><div>Hi Niclas,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">st 24. 1. 2024 v 14:00 odesílatel Nicklas Larsson <<a href="mailto:n_larsson@yahoo.com">n_larsson@yahoo.com</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Noting that you use a non-default prefix, you may need to add `LDFLAGS="-L/usr/lib”` (and perhaps add ´”-I/usr/include” to CFLAGS and CXXFLAGS).<br></div><div>The same result could perhaps be reached with `--with-includes=/usr/include --with-libs=/usr/lib` added to configure, although that I’m not sure of.</div></blockquote><div><br></div><div>Thanks for your feedback! I tried everything you suggested:</div><div><br></div>     CFLAGS="-g -Wall -Werror -fno-common -Wextra -Wunused -I/usr/include" \<br>            CXXFLAGS="-g -Wall -I/usr/include"  \<br>              LDFLAGS="-L/usr/lib" \<br>            ./configure --prefix=/opt/grass \<br>            --with-includes=/usr/include --with-libs=/usr/lib \<br>            --enable-largefile --enable-shared \<br>            --with-blas --with-bzlib --with-cairo --with-cxx --with-freetype \<br>            --with-freetype-includes=/usr/include/freetype2 --with-gdal \<br>            --with-geos --with-lapack --with-netcdf --with-nls \<br>            --with-odbc --with-openmp --with-pdal=no \<br>            --with-postgres --with-postgres-includes=/usr/include/postgresql \<br>            --with-proj-share=/usr/share/proj --with-readline \<br>            --with-sqlite --with-x --with-zstd<br><div> </div></div>But unfortunately it didn't help. Best, Martin<br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature">Martin Landa<br><a href="http://geo.fsv.cvut.cz/gwiki/Landa" target="_blank">http://geo.fsv.cvut.cz/gwiki/Landa</a><br><a href="http://gismentors.cz/mentors/landa" target="_blank">http://gismentors.cz/mentors/landa</a></div></div>