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 /usr/local/lib/libfortranc.a /usr/local/lib/libshp.a /usr/local/lib/libfortrangis.a /usr/local/lib/libgdal.a) I get a lot of error messages stating undefined references:

/usr/local/lib/libgdal.a(genbindataset.o): In function `_Alloc_hider':
/usr/include/c++/4.7/bits/basic_string.h:272: undefined reference to `std::string::_Rep::_S_empty_rep_storage' /usr/local/lib/libgdal.a(genbindataset.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': /usr/include/c++/4.7/bits/basic_string.h:237: undefined reference to `std::string::_Rep::_S_empty_rep_storage' /usr/include/c++/4.7/bits/basic_string.h:246: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' /usr/local/lib/libgdal.a(genbindataset.o): In function `GDALRegister_GenBin':
...


Any help would be appreciated.

Regards,
Fabian

--
VISTA Geowissenschaftliche Fernerkundung GmbH
Administration: Anton-Ferstl-Str.11, D-82234 Wessling
Office: Gabelsbergerstr.51, D-80333 München
Tel. +49 89 287 794 59 Fax +49 89 523 89 804
eMail: niggem...@vista-geo.de; web: www.vista-geo.de

Amtsgericht München HRB 129776
Sitz der Gesellschaft: Wessling
Geschäftsführung: Dr. Heike Bach

Bankverbindung: Hypo Vereinsbank München
BLZ 70020270 Konto 39042770

USt-IDNr. DE812904252
St.Nr. 11714150105

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to