distributing-gcc icon indicating copy to clipboard operation
distributing-gcc copied to clipboard

Inconsistency of LIBRARY_TYPE default

Open simonjwright opened this issue 11 months ago • 0 comments

Not all the packages use the same default for LIBRARY_TYPE. For example, trying to build against libadalang will lead to this:

libadalang.gpr:21:17: shared library project "libadalang" cannot import static library project "gnatcoll_projects"

Workround: define LIBRARY_TYPE=relocatable (or static).

simonjwright avatar Nov 17 '24 12:11 simonjwright