On Fri, July 10, 2020 4:43 pm, Stuart Henderson wrote: > > missing LIB_DEPENDS/WANTLIB > The problem persisted even when the dependency was listed in LIB_DEPENDS/WANTLIB
In case it was listed, it call it out as an EXTRA LIB: and question if it really is supposed to be in LIB_DEPENDS. And when I do as they say, I was greeted with MISSING LIB msg. Quite a circle I was in. The error was caused by a wrong soname passed on the while compiling the dependency, like (-soname,$full -o $major) instead of (-soname,$full -o $full). All is well now :)
