<div>I try to build GDAL on Ubuntu 18.04. The linker reports errors:</div><div><br /><span style="font-family:'courier new' , monospace">gdal-3.0.0/.libs/libgdal.so: undefined reference to `proj_alter_name'<br />gdal-3.0.0/.libs/libgdal.so: undefined reference to `proj_create_conversion_eckert_i'</span></div><div><br />and so on. There are many undefined references to functions declared in Proj library headers (<span style="font-family:'courier new' , monospace">proj_alter_name </span>is in <span style="font-family:'courier new' , monospace">proj_experimental.h</span>, for instance).<br />I have Proj library installed and I have specified it's path (usr/local) to ./configure tool. So why the linker can't locate them?</div>