Subject: misc/31094: clisp build process wrong
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <sds@gnu.org>
List: netbsd-bugs
Date: 08/30/2005 12:27:00
>Number: 31094
>Category: misc
>Synopsis: clisp build process wrong
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: misc-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 30 12:27:00 +0000 2005
>Originator: Sam
>Release: non
>Organization:
>Environment:
non
>Description:
The CLISP build process in
<http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/lang/clisp/Makefile?rev=1.44&content-type=text/plain>
does weird trickery to add modules.
>How-To-Repeat:
>Fix:
the correct way to build CLISP in a separate directory "build" is
./configure --with-module=wildcard --with-module=rawsock ... --build build
this way "wildcard" and "rawsock" are added to the "full" linkset.
__NOTE__: modules "syscalls", "regexp" and "i18n" are "base" modules, they are always present even in the "base" linkset.