I have a problem with compiling YAP Prolog 6.2.2 on Ubuntu 20.04.
As usual, following the README, I browse into the YAP folder and give the command
./configure
which is successful.
Next, I give the command make
but it gives me this error:
%
%
% YAP OOOPS: mmap could not map at 0x10000000, got 0xffffffffffffffff.
%
%
Exiting ....
make: *** [Makefile:534: startup.yss] Error 1
I have already installed the libraries suggested in the README file (gmp and readline), but I can't figure out what the problem is. This same procedure works perfectly on Ubuntu 18.04LTS and Ubuntu 19.10.