Hi - > CCLD libdw.so > /usr/bin/ld: ../libdwfl/libdwfl_pic.a(dwfl_module_getdwarf.os): in function > `open_elf': > Calling a public function across the library boundary should be no problem, > but we run into this -- circular dependency?
It might just require the libdw.so LDFLAGS/LDADD to include the new ../path/to/libdwflst.a static library. - FChE