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/")

>(trace open probe-file)

(OPEN PROBE-FILE)

>(si::info "GCL_MEM_MULTIPLE")

  1> (PROBE-FILE "/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info")
  <1 (PROBE-FILE #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info")
  1> (OPEN "/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info">)
  1> (OPEN #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-1")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-1">)
  1> (OPEN #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-2")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-2">)
  1> (PROBE-FILE "/mnt/sda4/debian/gclmc/gcl/info/gcl-tk.info")
  <1 (PROBE-FILE #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-tk.info")
  1> (OPEN "/mnt/sda4/debian/gclmc/gcl/info/gcl-tk.info")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-tk.info">)
  1> (PROBE-FILE "/mnt/sda4/debian/gclmc/gcl/info/gcl.info")
  <1 (PROBE-FILE #P"/mnt/sda4/debian/gclmc/gcl/info/gcl.info")
  1> (OPEN "/mnt/sda4/debian/gclmc/gcl/info/gcl.info")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl.info">)

 0: GCL_MEM_MULTIPLE :(gcl-si.info)Environment Variables.

Info from file /mnt/sda4/debian/gclmc/gcl/info/gcl.info:
  1> (PROBE-FILE "/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info")
  <1 (PROBE-FILE #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info")
  1> (OPEN #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-1")
  <1 (OPEN
      #<input stream #P"/mnt/sda4/debian/gclmc/gcl/info/gcl-si.info-1">)

 -- Environment Variable: GCL_MEM_MULTIPLE
     A positive float indicating the fraction of available memory GCL
     should use.  Defaults to 1.0.
NIL

>si::*default-info-files*

("gcl-si.info" "gcl-tk.info" "gcl.info")

>
=============================================================================

Take care,


Andreas Eder <andreas_e...@gmx.net> writes:

> On Sa 26 Apr 2025 at 10:02, Camm Maguire <c...@maguirefamily.org> wrote:
>
>> Greetings!
>>
>> [ This email came through directly ]
>>
>> David Scherfgen via Maxima-discuss
>> <maxima-disc...@lists.sourceforge.net> writes:
>>
>>> As an experiment, I have disabled hugepages. The complete build works just 
>>> fine now!
>>> That indicates that there's nothing wrong with my system, hardware, 
>>> compiler etc.
>>
>> Wonderful!  Now we are getting somewhere.
>>
>> Two experiments to try:
>>
>> 1) set your hugepages to 2MiB and configure && make with no options
>
> That is how my system is set up and the build works - apart from a minor 
> problem. It can't find the info files.
>
> 'Andreas

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

Reply via email to