| 12345678910111213 | <sect2><title>Command explanations</title><para><userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macrostrerror is defined, src/include/lib.h declares a function prototypefor strerror which is incompatible with Glibc's /usr/include/string.h.By defining strerror=strerror a macro is defined which prevents thedeclaration and does not alter the meaning of strerror.</para></sect2>
 |