Ticket #2970 (closed defect: fixed)
Additional dependency to libgdal.so added during linking in gdal/apps
| Reported by: | nsavard | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.2 |
| Component: | GDAL_Raster | Version: | 1.6.1 |
| Severity: | normal | Keywords: | apps,GNUmakefile,libgdal.so,dependency |
| Cc: | dmorissette, warmerdam |
Description
There is an additional dependency added during the link process in the gdal/apps directory. The $ variable is expanded to gdalinfo.$(OBJ_EXT) $(DEP_LIBS) instead of gdalinfo.$(OBJ_EXT) only. The $(DEP_LIBS) adds the $(GDAL_ROOT)/libgdal.$(SO_EXT) dependency.
I guess it was a typo and the $ variable should be $<. I added a patch for this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

