Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #85 (new defect)

Opened 4 months ago

Last modified 3 months ago

shared libraries are created with -dynamiclib on mac

Reported by: ChristianK Assigned to:
Priority: major Milestone:
Component: Version:
Keywords: mac shared library build Cc:

Change History

09/08/08 14:01:42 changed by ChristianK

fawzi reports this to work for creating -dynamiclib -undefined dynamic_lookup -single_module

10/07/08 11:18:01 changed by fawzi

just another note, library should be named .dylib and jst renaming at the end does not work, one should use

install_name_tool -id /new/lib.dylib /new/lib.dylib

to change the internally stored path

Copyright © 2008, LDC Development Team.