<div dir="ltr"><br><div>Hi,</div><div><br></div><div>With a shiny new version of GDAL now available (thanks!), I'm wondering about a problem with the builds that I always have but have never asked about before.</div><div><br></div><div>Since I need to build several Linux variants of various third party libraries, I can usually persuade "configure" and make to work from a sub-directory like this:</div><div><br></div><div>cd library && mkdir version1 && cd version1</div><div>../configure options...</div><div>make</div><div><br></div><div>followed by</div><div><br></div><div>cd library && mkdir version2 && cd version2</div><div><div>../configure options...</div></div><div>make</div><div><br></div><div>and</div><div><br></div><div>cd library && mkdir version3 && cd version3</div><div><div>../configure options...</div></div><div>make</div><div><br></div><div>so that I end up with three completely independent builds of the library in the sub-directories.</div><div><br></div><div>I've never been able to get this sort of build to work with GDAL however.  I know configure has a million options so I may have overlooked a trick for this.</div><div><br></div><div>Has anyone else been successful trying this with GDAL?  </div><div><br></div><div>Thanks,</div><div><br></div><div>carl</div><div><br></div></div>