Re: Maxima works with gcl 2.7.1

Andreas Eder via Maxima-discuss <[email protected]> Sun, 27 Apr 2025 01:16:06 +0200
Newsgroups gmane.comp.mathematics.maxima.general,gmane.lisp.gcl.devel
Message-ID <[email protected]>
On Sa 26 Apr 2025 at 17:24, Camm Maguire <[email protected]> wrote:

> Greetings!  You can use something like this to track down the info
> search:
>
> =============================================================================
> unixport/saved_ansi_gcl
> GCL (GNU Common Lisp)  2.7.1 Thu Apr 10 09:38:27 PM EDT 2025  ANSI    git: Version_2_7_2ore2
> Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
> Binary License:  GPL due to GPL'ed components: (XGCL UNEXEC)
> Modifications of this banner must retain notice of a compatible license
> Dedicated to the memory of W. Schelter
>
> Use (help) to get some basic information on how to use GCL.
> Temporary directory for compiler files set to /tmp/
>
>>si::*info-paths*
>
> ("" "/usr/info/" "/usr/local/lib/info/" "/usr/local/info/"
>  "/usr/local/gnu/info/" "/usr/share/info/")

Here the output is the same:
>si::*info-paths*

("" "/usr/info/" "/usr/local/lib/info/" "/usr/local/info/"
 "/usr/local/gnu/info/" "/usr/share/info/")

The problem is now obvious. The info files get installed to /usr/local/share/info/.
If I do
>(push "/usr/local/share/info/" si::*info-paths*)
then it works!

>(describe 'quit)

QUIT - external symbol in SYSTEM package
-----------------------------------------------------------------------------
QUIT                                                               [Function]
-----------------------------------------------------------------------------

Hurra!
But why is the installation path not in si::*info-paths* ?

Well, I can live with that for the moment, but nevertheless there must be something wrong
in the way gcl gets configured. 

'Andreas

-- 
ceterum censeo redmondinem esse delendam