Bugs item #1862699, was opened at 2008-01-02 15:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1862699&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compile-Time
Group: Latest release
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Macks (dmacks)
Assigned to: Nobody/Anonymous (nobody)
Summary: Loadable modules don't need shared-library versioning

Initial Comment:
Nope, they don't:)

All the src/modules/* targets should probably be built with -avoid-version 
because they are runtime-loadable modules rather than linkable shared 
libraries, and so don't need to publish any linker versioning information. For 
example, synfig-0.61.07/src/modules/example/Makefile.am is:

libexample_la_LDFLAGS = -module -no-undefined

but would be better as 

libexample_la_LDFLAGS = -module -no-undefined -avoid-version

and analogously for all other modules's Makefile.am _LDFLAGS.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1862699&group_id=144022

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to