Question about installing LW7.1
I install LW using "stow" on Linux, because I keep multiple versions around for testing ASDF. Stow lets me keep multiple ones lying around in /usr/local/stow, and lays out symbolic links to standard linux paths (e.g., if there's a stow/lispworks-1.0/lib/ directory, it's contents get links from /usr/local/lib/).
When I tried to make my customary console version, I got the following issue:
$ /usr/local/stow/lispworks-7.1/lispworks-7-1-0-x86-linux save-config.lisp
; Loading text file /usr/local/stow/lispworks-7.1/lib/7-1-0-0/private-patches/load.lisp
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2017 LispWorks Ltd. All rights reserved.
Version 7.1.0
Saved by LispWorks as lispworks-7-1-0-x86-linux, at 16 Oct 2017 14:38
User rpg on crypto
; Loading text file /usr/local/stow/lispworks-7.1/lib/7-1-0-0/config/siteinit.lisp
; Loading text file /usr/local/stow/lispworks-7.1/lib/7-1-0-0/private-patches/load.lisp
Error: Could not register handle for external module "-lgthread-2.0" (no file-name):
-lgthread-2.0.
1 (continue) Restart top-level loop.
Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other options.
CL-USER 1 : 1 > (quit)
Any idea what this would mean and what I should do about it? Are /usr/local/LispWorks/
pathnames hard-coded? Is that what's causing this? Or does LW want a linux library I don't have installed (maybe some piece of GTK2)?
Thanks!
r