groff-exp.xml 400 B

12345678910111213
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
  5. strerror is defined, src/include/lib.h declares a function prototype
  6. for strerror which is incompatible with Glibc's /usr/include/string.h.
  7. By defining strerror=strerror a macro is defined which prevents the
  8. declaration and does not alter the meaning of strerror.
  9. </para>
  10. </sect2>