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).
Not all the packages use the same default for LIBRARY_TYPE. For example, trying to build against
libadalangwill lead to this:Workround: define
LIBRARY_TYPE=relocatable(orstatic).