From: Bruno H. <br...@cl...> - 2017-03-09 20:49:35
|
Hi Sam, > $ make -f Makefile.devel multibuild-porting64-gcc > ... > ../src/lispbibl.d:323:83: fatal error: intparam.h: No such file or directory > #include "intparam.h" /* integer-type characteristics created by the machine */ I've now added a message to configure that, in this case, tell you to look in config.log. Errors at this stage frequently come from unsuitable values in the environment variables CC, CXX, and MULTIBUILD_64_OPTIONS. Bruno |