From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!luth.se!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: Getting the PID in CLISP Date: 23 Oct 2002 15:12:52 +0000 Organization: Naggum Software, Oslo, Norway Lines: 46 Message-ID: <3244374772669119@naggum.no> References: <3244311909148921@naggum.no> <87k7kanids.fsf@lackawana.kippona.com> <3244319858049200@naggum.no> <87fzuxonnb.fsf@lackawana.kippona.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: maud.ifi.uio.no 1035385973 1322 129.240.65.5 (23 Oct 2002 15:12:53 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 23 Oct 2002 15:12:53 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:44399 * Chris Beggy | I should have passed on the results rather than obscurly jumping | ahead to other results. That would have helped. | In my case: | | clisp prompt> (apropos "pid") | | returns nothing Absolutely fascinating. | My clisp version is: | | bash prompt%% clisp --version | | GNU CLISP 2.28 (released 2002-03-03) (built 3228004349) (memory 3228005268) | Features: (CLOS LOOP COMPILER CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 UNIX) Mine does GNU CLISP 2.30 (released 2002-09-15) (built 3241717887) (memory 3244300085) Features: (ASDF MK-DEFSYSTEM COMMON-LISP-CONTROLLER CLX-MIT-R5 CLX-MIT-R4 XLIB CLX CLX-LITTLE-ENDIAN HAVE-WITH-STANDARD-IO-SYNTAX HAVE-CLCS HAVE-DECLAIM HAVE-PRINT-UNREADABLE-OBJECT CLOS LOOP COMPILER CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI UNICODE BASE-CHAR=CHARACTER SYSCALLS PC386 UNIX) Using `set-difference´ on these values, yours-mine yields (gettext) while mine-yours yields (asdf mk-defsystem common-lisp-controller clx-mit-r5 clx-mit-r4 xlib clx clx-little-endian have-with-standard-io-syntax have-clcs have-declaim have-print-unreadable-object syscalls) The crucial difference is `syscalls´. It appears to be a build option. -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.