#6498 closed defect (fixed)
MRF plugin building fails due to typo
Reported by: | shot2 | Owned by: | Lucian Plesea |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | default | Version: | 2.1.0 |
Severity: | normal | Keywords: | MRF Marfa plugin |
Cc: |
Description
Building the MRF driver as a plugin, the final linking step fails due to a trivial typo.
In frmts/mrf/GNUmakefile, line 68:
g++ -shared -W1,-soname,gdal_mrf.so.1 $(OBJ) -o gdal_mrf.so.1
Replace -W1 (number one) with -Wl (lowercase L), then building succeeds.
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
In 34440: