https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122839
--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> --- well, it expects the libxml2 library in a system location, no way to point to another one. The file locations are hard-coded. Yes, that should be changed, or at least documented. $ grep xml2 libgcobol/Makefile.am libgcobol_la_LIBADD = -lxml2 AM_CPPFLAGS += -I /usr/include/libxml2
