distributing-gcc
distributing-gcc copied to clipboard
Inconsistency of LIBRARY_TYPE default
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).