|
From: Gunter K. <gu...@pe...> - 2017-06-24 20:17:12
|
> > The make -j option tells make to run some jobs simultaneously. I don't > see any reason to expect that that is guaranteed to work, especially > since the Maxima build process almost certainly requires some things > to be done before others. > Good idea, that! => Re-tried without the "-j 4" immediately. Seems like without the "-j 4" the error message still appears => either configuring more than one lisp triggers the problem or I just got lucky when I tried to compile with gcl alone. A failed compilation attempt seems to leave the files that trigger the problem in the source directory (I did an in-source-build): Doing a > ./configure --enable-gcl > make immediately triggered the error message. Kind regards, Gunter. |