Opened 14 years ago

Closed 14 years ago

#3343 closed defect (fixed)

ECW libs configured wrong

Reported by: rst Owned by: warmerdam
Priority: normal Milestone: 1.7.0
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords: ECW
Cc:

Description (last modified by warmerdam)

In the file configure.in on line 1402:

LIBS="-L$with_ecw/bin -lNCSEcw -lNCSEcw -lNCSCnet $LIBS"

the NCSEcw is duplicated - should be (like on the previous lines):

LIBS="-L$with_ecw/lib -lNCSEcw -lNCSCnet -lNCSUtil $LIBS"

(Version actually 1.7.0RC1 )

Change History (1)

comment:1 by warmerdam, 14 years ago

Component: defaultConfigBuild
Description: modified (diff)
Keywords: ECW added
Resolution: fixed
Status: newclosed

I have corrected this in trunk (r18614,r18616), and 1.7 branch (r18617).

I see the problem also exited in 1.6 with no complaints so it is presumably not a common case.

Note: See TracTickets for help on using tickets.