Consider compiling NetCDF (and why not even GDAL) from source, it is easier than it seems at a first glance and gives you all dependencies you need:<br><br>NetCDF (http://www.unidata.ucar.edu/software/netcdf/) <br><br>./configure CC=gcc FC=gfortran F90=gfortran F77=gfortran CPPFLAGS=-DpgiFortran --with-pic <br><br># --with-pic is mandatory in 64 bit systems (GDAL compatibility) <br><br>make<br>make check <br>make install <br><br><br>H.<br><br><div class="quote" style="line-height: 1.5"><br><br>-------- Ursprungligt meddelande --------<br>Ämne: [gdal-dev] compiling gdal with netcdf support - broken links on wiki<br>Från: Margherita Di Leo <diregola@gmail.com><br>Till: gdal-dev@lists.osgeo.org<br>Kopia: <br><br><br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>I was looking for instructions to compile gdal with netcdf support and ended up here [1], but I noticed that the links to netcdf library and to quick instructions on how to compile gdal against it appear both broken. I tried to install netcdf package on fedora but it seems to be the wrong one because I can't convince gdal to grant support to it... Any pointer appreciated</div><div><br></div><div>Thanks in advance<br></div><div>Kind regards,<br></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://trac.osgeo.org/gdal/wiki/NetCDF">https://trac.osgeo.org/gdal/wiki/NetCDF</a><br></div><div><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#666666">Margherita Di Leo</font></div></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>