Ticket #374 (closed task: fixed)

Opened 14 months ago

Last modified 14 months ago

libmapnik.dylib should have path embedded in install name

Reported by: springmeyer Owned by: springmeyer
Priority: normal Milestone: 0.6.1
Component: Scons Build Scripts Version: 0.6.0
Severity: Normal Keywords:
Cc: Patch Needs Improvement: no
Needs Docmentation: no Has Patch?: no
Design Decision Needed: no

Description

The osx install name is the path where the dynamic library says it is going to be placed and where other libraries linked against it will look at runtime.

I can't see any reason why you would not want the full path of the install name specified (although libmapnik.dylib will be able to be loaded without an install name path as long as it is in a standard location).

Therefore, I recommend we make it an option, True by default, in Scons to embed the full path for libmapnik.dylib during the Scons build.

Change History

Changed 14 months ago by springmeyer

r1107 added the ability to embed the install name path in libmapnik.dylib

Changed 14 months ago by springmeyer

  • status changed from new to closed
  • resolution set to fixed

made default in r1209

Note: See TracTickets for help on using tickets.