Re: [gdal-dev] Gdal-Fortran-Linux Problem

2014-05-14 Thread Etienne Tourigny
pretty interesting - it would be nice to incorporate the gdal fortran bindings inside the gdal source! however, it is distributed under the GNU Lesser General Public License, so I think it's not possible... Cheers Etienne On Tue, May 13, 2014 at 10:23 AM, Fabian Niggemann wrote: > Hi, > > I´

Re: [gdal-dev] Gdal-Fortran-Linux Problem

2014-05-14 Thread Fabian Niggemann
Am 14.05.2014 13:33, schrieb Even Rouault: Le mardi 13 mai 2014 15:23:12, Fabian Niggemann a écrit : Hi, I?m trying to link gdal to fortrangis to use the gdal fortran interface on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the fortrangis package with disabled shared libraries

Re: [gdal-dev] Gdal-Fortran-Linux Problem

2014-05-14 Thread Even Rouault
Le mardi 13 mai 2014 15:23:12, Fabian Niggemann a écrit : > Hi, > > I?m trying to link gdal to fortrangis to use the gdal fortran interface > on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the > fortrangis package with disabled shared libraries. > If I try now to compile a fortra

[gdal-dev] Gdal-Fortran-Linux Problem

2014-05-13 Thread Fabian Niggemann
Hi, I?m trying to link gdal to fortrangis to use the gdal fortran interface on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the fortrangis package with disabled shared libraries. If I try now to compile a fortran program(e.g. Command: ifort -I /usr/local/include/ gdal_test.F90