Re: errors when re-compiling CLISP on Slackware

Sam Steingold <[email protected]> Wed, 14 Feb 2018 11:55:54 -0500
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
Hi

> * C Habs <[email protected]> [2018-02-14 15:51:09 +0000]:
>
>> You need to fix this.
>> You should not distribute the ".hg" directory.
> Well that should be aimed at the Slackware distro maintainers I suspect, if
> ".hg" is indeed distributed.
> Checking the source file tree, I cannot see a ".hg" directory.

This is weird.
Could you please take a look at the Makefile in the build directory
(presumably with-gcc-wall) and see if the "check" target depends on the
"check-doc" target?

> ./configure \
>   --prefix=/usr \
>   --libdir=/usr/lib${LIBDIRSUFFIX} \
>   --mandir=/usr/man \
>   --docdir=/usr/doc/clisp-$VERSION \
>   --with-module=clx/new-clx \
>   --with-module=pcre \
>   --with-module=rawsock \
>   --with-module=wildcard \
>   --with-module=zlib \
>   --with-module=fastcgi \
>   --cbc with-gcc-wall \
>   --with-dynamic-ffi || exit 1
> .
> .
> .
> ./makemake \
>   --with-dynamic-ffi  \
>   --prefix=/usr \
>   --libdir=/usr/lib${LIBDIRSUFFIX} \
>   --with-module=clx/new-clx \
>   --with-module=pcre \
>   --with-module=rawsock \
>   --with-module=wildcard \
>   --with-module=zlib \
>   --with-module=fastcgi \
>   --srcdir=../src \
>   > Makefile
> make config.lisp
> make init
> make allc
> make $NUMJOBS lisp.run
> make interpreted.mem
> make halfcompiled.mem
> make lispinit.mem
> make manual
> make modular

This looks eminently wrong.
After "./configure --cbc", you do not need to call _anything_.
cbc stands for "configure + build + check".

Thanks.

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1561
http://steingoldpsychology.com http://www.childpsy.net http://jij.org
http://camera.org http://memri.org http://think-israel.org
If a cat tells you that you lost your mind, then it is so.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list