Ticket #2341 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

unable to build NITF utility nitfdump

Reported by: ReinerBeck Assigned to: warmerdam
Priority: normal Milestone: 1.6.0
Component: default Version: 1.5.1
Severity: normal Keywords:
Cc:

Description

As stated in various mail on the mailing list, the nitfdump utility should be build with

> cd frmts/nitf

> make nitfdump

However, this results in the error message: /bin/sh /opt/Projects/vendor/gdal/gdal-1.5.1/libtool --mode=compile --tag=CXX g++ nitfdump.o nitffile.o nitfimage.o mgrs.o nitfaridpcm.o nitfbilevel.o rpftocfile.o /opt/Projects/vendor/gdal/gdal-1.5.1/libgdal.la -o nitfdump libtool: compile: cannot determine name of library object from `nitfdump' gmake: *** [nitfdump] Error 1

To fix this, modify frmts/nitf/GNUmakefile (27): Change the $(CXX) to $(LD)

Best regards

Change History

05/08/08 05:19:55 changed by rouault

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.6.0.

Fixed in trunk in r14392