<div>I&#39;m new to building proj and geotiff and am looking for some direction on how to get proj to compile with geotiff</div><div> </div><div>My current build is of proj 4.8.0 and I have built this following the build instructions in the README file included in the windows.zip source distribution  (nmake /f <a href="http://makefile.vc">makefile.vc</a> install-all)</div>
<div> </div><div>My proj build completed without error and generated me a proj.dll, proj.exe, proj.lib and proj_i.lib file as I expected it to.</div><div> </div><div>I took the proj output and fed that into my geotiff 1.4.0 <a href="http://makefile.vc">makefile.vc</a> file and set my PROJ_HOME, PROJ_INC and PROJ_LIB to the path where the dependencies could be found.</div>
<div> </div><div>However, when I go to compile GEOTIFF I end up with the following link errors</div><div><br>geotiff_proj4.obj : error LNK2019: unresolved external symbol pj_free referenced in function GTIFProj4FromLatLong<br>
geotiff_proj4.obj : error LNK2019: unresolved external symbol pj_fwd referenced in function GTIFProj4FromLatLong<br>geotiff_proj4.obj : error LNK2019: unresolved external symbol pj_init referenced in function GTIFProj4FromLatLong<br>
geotiff_proj4.obj : error LNK2019: unresolved external symbol pj_inv referenced in function GTIFProj4ToLatLong<br>geotiff.dll : fatal error LNK1120: 4 unresolved externals<br>NMAKE : fatal error U1077: &#39;&quot;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\link.EXE&quot;&#39; : return code &#39;0x460&#39;<br>
Stop.<br> </div><div>Can someone let me know what I&#39;m doing wrong here or if this is a problem, are there any workarounds?</div><div> </div><div>Thanks!</div><div> </div><div> </div><div> </div><div> </div>