Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5221 closed defect (fixed)

configure script: if test -r $with_fgdb/lib/libFileGDBAPI.so ; then

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

Description

Around line 22314, the configure script tests for the presence of file $with_fgdb/lib/libFileGDBAPI.so which fails on Mac OSX, as the library's name is libFileGDBAPI.dylib. As far as I can see: there is an $SO_EXT variable which could be used instead of the hardcoded suffix `so'.

Change History (2)

comment:1 by Even Rouault, 11 years ago

Resolution: fixed
Status: newclosed

r26459 "configure for FileGDB: add explicit linking to libfgdbunixrtl (requires FileGDB SDK >= 1.2) (#5215); also try .dylib extension (#5221)"

comment:2 by Even Rouault, 11 years ago

r26460 "Fix r26459"

Note: See TracTickets for help on using tickets.