Hi all,<div>      I am using ogr2ogr merge all my shapefiles into one large file. Its failing with following error</div><div><div>ERROR 1: Failed to write shape object. File size cannot reach 4294967280 + 28.</div><div>ERROR 1: Terminating translation prematurely after failed</div>
</div><div><br></div><div>I looked at shapefil.h its using unsigned int for filesize which would restrict the filesize to 4GB. </div><div>Is there any easy way to increase the filesize it can address, compiling in 64bit doesn&#39;t help either.</div>
<div>I&#39;ll appreciate if you can give me any pointers on this issue .</div><div><br></div><div>Thanks,</div><div>Harsha</div>