GNOME Bugzilla – Bug 659078
Accept .la files for --shared-library argument to g-ir-compiler
Last modified: 2017-05-05 10:13:51 UTC
It would be useful if g-ir-compiler accepted .la files as input for its --shared-library argument and magically extracted the dlname out of them. This would save lots of copy–pasting of the same regexp between modules which use g-ir-compiler but not g-ir-scanner (such as Vala modules). See bug #658002 and bug #585116/bug #642576.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
I think this has been fixed ages ago, through the magic of libtool. If that's not the case, with the renewed push to switching to build systems that do not use that 19,000 lines shell script abomination, I think this is not going to be a good use of the scarce resources devoted to introspection.
Also, it was only really a problem for Vala, which I unfortunately no longer particularly care about.