GNOME Bugzilla – Bug 592784
[PATCH] gnome-subtitles-0.9.1: Use libtool to produce shared libraries
Last modified: 2009-10-31 13:52:23 UTC
Created attachment 141480 [details] [review] use libtool for shared libraries Using automake to make shared libraries is prone to error and not really the best way to do it. On my system libgstreamer_playbin.so missed a lot of links because I use --Wl,--as-needed in my LDFLAGS. I have produced a patch to make gnome-subtitles use libtool to produce shared libraries instead which should also enhance portability, which is attached to this bug.
Hi, and thanks for the patch. The git version had changed since version 0.9.1, so I had to make a minor tweak to apply the patch. Can you check if everything's ok in the trunk?
Marking as closed due to lack of feedback from the reporter.