Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Even Rouault, 8 years ago

Owner: changed from warmerdam to Lucian Plesea

comment:2 by Lucian Plesea, 8 years ago

Resolution: fixed
Status: newclosed

comment:3 by Even Rouault, 8 years ago

In 34440:

MRF: fix plugin building (fixes #6498)

Note: See TracTickets for help on using tickets.