On Thu, 10 Dec 2020, Randall S. Becker wrote:
I'm having an issue compiling on HPE NonStop in OSS - this is a POSIX compliant platform, The compiler is particularly sensitive to undefined symbols and will not permit a return of an undefined function.return mpz_inp_str_nowhite (x, stream, base, c, nread); ^ "/home/git/gmp-6.2.1/mpz/inp_str.c", line 63: error(114): identifier "__gmpz_inp_str_nowhite" is undefined
configure: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable
This seems to be the issue. Could you check what macros stdio.h defines on your system and compare to the list we have in gmp-h.in? -- Marc Glisse _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
