X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5651E3877008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1584643033; bh=8PEwGdTB8MNnEkaJz0LsKHED6f15XXRU1tmY1sHzShU=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=xVJO8u59k23+qRK1zQdKYPyIsaYFJ3rkfjLNql5DtimEeyNen2ffassD6jEtyWj7w FAdF3w06AqaUihYOMKxiYtQIKO04wQNV66Ek4G7xMVXy3tEEnayf31MB9la6sg7TId Dz1otiTgXig/JDZ4Qaow66Gc0wVIUiLDk1GOj2to= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5208B385F01D X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/vipt46EjiHWBlJ0vHiSClN+4os4+c8qdwu01qfamHY=; b=lDvs8BWIMRtl1cJDz9Pyugz3ImO0FG2J6FDrkkQeqkDrEH/XHaePiYz4/bIoO1sfWi YFmjEsujY1MQNUdQwMqXw962LyhTpYbyUgOogplwAayba2dNOWYsa5VjeQI8q4Lijs+B sNP88QQqI3oLC9NyE9uy2suzrgdKPip5rhAkTteudLmWg9O/ZM6NVuMB9zC1jtTc3QbR i63pP210IcPQn5fSXJaZWEy6HYqFjpCshR7m5xnGiBV3DpgT+xE7nfX+3beCnPqEiY2g p6PBA9e5JQnd3IBGPcntVEp0MYW1LrU6hXUvkE5Snf8guHFq3oy+/9dw9YtesPN732ze 59rw== X-Gm-Message-State: ANhLgQ1cnkJoPXdyWMErEzRrg2TgKEvhyrW9xOKjo6nct4qX/U0Irw9i g2Zf6OvIfOjpUJPDvsWtx5yswWNSuqH/jEHYHhI0EWa5 X-Google-Smtp-Source: ADFU+vsE2I8hkpDzhwTmI2FzYHDYrww5fXSxLojSnJ55CbtRPq+F2wbo4lWhd+MPOt9Jp5Bd7STSrkR4FPCyAs8zCqI= X-Received: by 2002:a2e:b6d3:: with SMTP id m19mr3066794ljo.68.1584643028542; Thu, 19 Mar 2020 11:37:08 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 19 Mar 2020 12:36:55 -0600 Message-ID: Subject: CLISP missing full linking set To: cygwin AT cygwin DOT com X-Spam-Status: No, score=0.1 required=5.0 tests=DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: Cygwin mailing list List-Archive: List-Post: List-Help: List-Subscribe: , From: Christopher Miller via Cygwin Reply-To: Christopher Miller Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello Cygwin! I have a question about the clisp package. I seem to have run into the same issue as this poor fellow: https://stackoverflow.com/questions/60352371/how-to-run-swank-of-slime-with-clisp-without-dump After further debugging, searching, and more debugging, I seem to have found the issue. According to this HOWTO: http://pchristensen.com/blog/articles/installing-clisp-emacs-and-slime-on-windows-xp/ CLISP needs to be started with the full linking-set. When I tried that I found there was no full linking-set: $ clisp -K full clisp: /usr/lib/clisp-2.49+/full/lisp.exe: No such file or directory $ ls /usr/lib/clisp-2.49+/ base berkeley-db build-aux clx data dirkey dynmod gdbm linkkit pcre rawsock I looked at cygwin.com/packages/ for the answer but I did not see one with the "full" linking-set. Are there plans to include? Could there be? Thanks in advance. I really appreciate all your work on Cygwin! -- peace, cj -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple