RE: Problems compiling on HPE NonStop

2020-12-11 Thread Randall S. Becker
On December 11, 2020 4:20 AM, Torbjörn wrote: > To: Randall S. Becker > Cc: gmp-bugs@gmplib.org > Subject: Re: Problems compiling on HPE NonStop > > OK, I see a pretty garbled output from the configure run (which incidentally > seem to trigger some elementary limitations of the sed command). I

Re: Problems compiling on HPE NonStop

2020-12-11 Thread Torbjörn Granlund
OK, I see a pretty garbled output from the configure run (which incidentally seem to trigger some elementary limitations of the sed command). I also see an error message, which I understand comes from a compiler which presumably is c99 compiant. The error message makes little sense. The

Re: Problems compiling on HPE NonStop

2020-12-11 Thread Marc Glisse
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,

Problems compiling on HPE NonStop

2020-12-11 Thread Randall S. Becker
Hi GMP, 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); ^