<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix:
conftest.c:45:5: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
--- cpp/configure.orig	2011-10-03 07:57:36.000000000 -0500
+++ cpp/configure	2021-11-17 02:27:11.000000000 -0600
@@ -3973,6 +3973,7 @@
   cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
 
+#include &lt;stdlib.h&gt;
    int main()
    {
    #if defined(__GNUC__) &amp;&amp; ( ( __GNUC__==2 &amp;&amp; __GNUC_MINOR__&gt;=8 ) || __GNUC__&gt;=3 )
</pre></body></html>