GNOME Bugzilla – Bug 631520
add plugin libraries for dlopen() usage
Last modified: 2010-10-06 17:20:42 UTC
It should be possible to add new build targets as shared libraries with following settings: - name "example.la" instead of only "libexample.la" - LDFFLAGS = -module -avoid-version -shared - optional: LDFLAGS = shrext .myext It's a common usage that libraries that I like to open with dlopen() (plugins) are not named libexample.la/so. So currently I've to change this later in the Makefile.am with an editor. The idea to implement this would be a new build target "plugin/module" or simply the yet existing "shared object", but with some more controls in the dialog to change the options stated above.
You have already reported this bug: bug #474993. Anyway, thank for your report. After 3 years, it's nice to see that you still use Anjuta. I'm currently busy rewriting the project manager but it doesn't progress as fast as I have expected. I still hope to get the new code for anjuta 3 and I will try to fix this bug, it's the oldest for the project manager. *** This bug has been marked as a duplicate of bug 474993 ***