https://issues.dlang.org/show_bug.cgi?id=16631

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from [email protected] ---
Yes you were right anonymous4. A build system must be used to ensure that the
deps are build with right version ident. This report was biased because I've
used much some package in another languages that handle this cases. however
static libraries are much more simple, a collection of object, directly
linkable (i.e not an intermediate format that would keep trace of the version
ident). It cant work if the collection is not compiled with the version ident.

--

Reply via email to