For the first time I am trying to do development on an Ubuntu system.

After installing various tools, checking out the trunk source and configuring, make appears to compile all the source ok but fails in libtool with the following messages:

make[1]: Entering directory `/home/davea/gdal'
/bin/bash /home/davea/gdal/libtool --mode=link g++ -lpthread -lm -lrt -ldl -o libgdal.la /home/davea/gdal/frmts/o/*.lo /home/davea/gdal/gcore/*.lo /home/davea/gdal/port/*.lo /home/davea/gdal/alg/*.lo /home/davea/gdal/apps/commonutils.lo /home/davea/gdal/apps/gdalinfo_lib.lo /home/davea/gdal/apps/gdal_translate_lib.lo /home/davea/gdal/apps/gdalwarp_lib.lo /home/davea/gdal/apps/ogr2ogr_lib.lo /home/davea/gdal/apps/gdaldem_lib.lo /home/davea/gdal/apps/nearblack_lib.lo /home/davea/gdal/apps/gdal_grid_lib.lo /home/davea/gdal/apps/gdal_rasterize_lib.lo /home/davea/gdal/ogr/ogrsf_frmts/o/*.lo ./ogr/ogrgeometryfactory.lo ./ogr/ogrpoint.lo ./ogr/ogrcurve.lo ./ogr/ogrlinestring.lo ./ogr/ogrlinearring.lo ./ogr/ogrpolygon.lo ./ogr/ogrutils.lo ./ogr/ogrgeometry.lo ./ogr/ogrgeometrycollection.lo ./ogr/ogrmultipolygon.lo ./ogr/ogrsurface.lo ./ogr/ogrmultipoint.lo ./ogr/ogrmultilinestring.lo ./ogr/ogrcircularstring.lo ./ogr/ogrcompoundcurve.lo ./ogr/ogrcurvepolygon.lo ./ogr/ogrcurvecollection.lo ./ogr/ogrmulticurve.lo ./ogr/ogrmultisurface.lo ./ogr/ogr_api.lo ./ogr/ogrfeature.lo ./ogr/ogrfeaturedefn.lo ./ogr/ogrfeaturequery.lo ./ogr/ogrfeaturestyle.lo ./ogr/ogrfielddefn.lo ./ogr/ogrspatialreference.lo ./ogr/ogr_srsnode.lo ./ogr/ogr_srs_proj4.lo ./ogr/ogr_fromepsg.lo ./ogr/ogrct.lo ./ogr/ogr_opt.lo ./ogr/ogr_srs_esri.lo ./ogr/ogr_srs_pci.lo ./ogr/ogr_srs_usgs.lo ./ogr/ogr_srs_dict.lo ./ogr/ogr_srs_panorama.lo ./ogr/ogr_srs_ozi.lo ./ogr/ogr_srs_erm.lo ./ogr/swq.lo ./ogr/swq_expr_node.lo ./ogr/swq_parser.lo ./ogr/swq_select.lo ./ogr/swq_op_registrar.lo ./ogr/swq_op_general.lo ./ogr/ogr_srs_validate.lo ./ogr/ogr_srs_xml.lo ./ogr/ograssemblepolygon.lo ./ogr/ogr2gmlgeometry.lo ./ogr/gml2ogrgeometry.lo ./ogr/ogr_expat.lo ./ogr/ogrpgeogeometry.lo ./ogr/ogrgeomediageometry.lo ./ogr/ogr_geocoding.lo ./ogr/osr_cs_wkt.lo ./ogr/osr_cs_wkt_parser.lo ./ogr/ogrgeomfielddefn.lo ./ogr/ograpispy.lo \
        -rpath /usr/local/lib \
        -no-undefined \
        -version-info 20:0:0
libtool: link: unable to infer tagged configuration

libtool: link: specify a tag with `--tag'
make[1]: *** [libgdal.la] Error 1
make: *** [check-lib] Error 2

Did I miss something in the setup process?

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to