<div dir="ltr">Okay so i have rebuilt grass and gdal (fedora 9)<br><br>gdal options<br>--with-libtiff=internal<br>--with-geotiff=/usr/local<br>--with-ecw=/usr/local<br>--with-threads<br><br>grass options<br>--with-tiff<br>
--with-tcltk<br>--with-fftw<br>--with-blas<br>--with-lapack<br>--enable-largefile<br><br>When i run nm -D libgdal.so | fgrep fopen64, result.<br><i>U fopen64</i><br><br>In grass i am still getting <i>not recognised as a supported file format</i><br>
<br>I installed windows native grass 63 on xp sp2. However it crashes when i try to open a newly created location in GDA94 MGA 55... I am guessing it doesnt support it yet. I tried to create location from ESPG code 28355 however it didnt define it properly, so i used a .prj file.<br>
<br><div class="gmail_quote">2008/10/4 Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
Edward Tomlinson wrote:<br>
<br>
&gt; Further to my previous GDAL problem (trying to open ECW files), i am having<br>
&gt; issues opening some tif files. When i do<br>
&gt;<br>
&gt; *$gdalinfo filename.tif*<br>
&gt;<br>
&gt; I get the error 4 not recognised as a supported file format. However i tried<br>
&gt; importing another tif file and it worked fine. Difference is size (10m vs<br>
&gt; 2.5m resolution). The tif file size is 3.2gb (it should be able to handle<br>
&gt; 4gb right??)<br>
<br>
</div>If file size is the issue, the limit is normally 2GiB (file offsets<br>
are signed values, so are limited to +/- 2GiB).<br>
<br>
GDAL supports large files. In the native Windows build, it&#39;s always<br>
available; on Unix, it depends upon whether the configure script<br>
detected 64-bit stdio support. On Linux, you can use:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;nm -D libgdal.so | fgrep fopen64<br>
<br>
to determine whether GDAL was built with 64-bit stdio support.<br>
<br>
Also, in order to use GDAL in conjunction with GRASS, it&#39;s preferable<br>
not to enable GRASS support in GDAL. In particular, don&#39;t use GRASS<br>
with a GDAL library which was built against a different version of<br>
GRASS.<br>
<br>
If you need to use GDAL to access GRASS datasets from outside of<br>
GRASS, either build the gdal-grass plugin, or build another version of<br>
GDAL with GRASS support (but don&#39;t use that version for GRASS).<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>