#17578: gdal links with libraries it doesn't declare dependencies on -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: seanasy@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gdal -------------------------------------+-------------------------------------- Comment(by ryandesign@…): Replying to [comment:6 seanasy@…]:
Part of the problem is that gdal links with libraries like giflib which link the X11 libraries. I don't see any way around this. It's fine that gdal links with giflib since gdal declares a dependency on giflib. If giflib links with X11 libraries, then giflib must declare dependencies on the X11 libraries; that's ticket #18182. If gdal doesn't use X11 itself, then gdal doesn't need to declare dependencies on X11 itself.
What about sqlite3 and geos? -- Ticket URL: <http://trac.macports.org/ticket/17578#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS