|
From: C H. <bum...@gm...> - 2025-08-16 12:38:03
|
Hello clisp-list Trying to compile latest clisp ( that checked out from the master branch on gitlab). The computer (laptop) is a [old] linux 32bit celeron M 440 (slackware). All dependencies present (i think). The problem seems to be when using the flag, --with-threads=POSIX_THREADS as without it, all compiles through. With the flag the build bails out at 'configure' time. Question [firstly I suppose]: does 'threads' only work on 64 bit arch, because there seems to be no trouble on 64 bit arch ? If the above is a 'yes', then no need to go further perhaps. Question: what is spvw.'x' (.d .c etc) doing and why is it an issue on 32 bit arch ? Question: the error reported, is the issue clear and is there a solution ? (i'm not a 'c' or expert coder or familiar with clisp code, so I dont know what to make of it). Thank you Habs file attached (if it works) ... the line at the top is the 'configure' attempted (actually it is a stripped down of modules one than initially tried ). the rest is where the 'configure' bailed out. |