Hi Daniel, > I tested the latest tree on z/OS, and encountered this compile error:
Since you are the only one here on this list who has access to z/OS, we need more details in order to perform the analysis: 1) What is 'xlc-wrap', compared to 'xlc'? (I'd like to know if something is missing in Autoconf or gnulib-common.m4.) 2) > ERROR CCN3166 ./locale.h:648 Definition of function locale_t requires > parentheses. > ERROR CCN3276 ./locale.h:648 Syntax error: possible missing '{'? Can you show the lines around 648 in the generated locale.h? Unfortunately the line numbers in locale.h and locale.in.h are not the same. 3) > ERROR CCN3273 /usr/include/stdlib.h:64 Missing type in declaration of > div_t. > ERROR CCN3166 /usr/include/stdlib.h:544 Definition of function div_t > requires parentheses. Can you show the lines around 64 and 544 in /usr/include/stdlib.h? Bruno