Re: Minor bug in dbl.el and some misteries (for me)
Robert Dodier <[email protected]> Sun, 18 Jan 2026 20:49:43 -0800
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <CAAsY_sSP90KQe3ufzXDkkWR=917=B+91=ZBWKHM88XsAUsvCuA@mail.gmail.com> |
On Sun, Jan 18, 2026 at 4:25=E2=80=AFAM Igor Pesando <[email protected]> w= rote: > igor@igor7a:~/hack/maxima/test_gcl$ gcl > GCL (GNU Common Lisp) 2.6.14 Fri Jan 13 10:47:56 AM EST 2023 CLtL1 git: > Version_2_6_15pre7 I can't answer your specific questions, but anyway I see a problem here, namely that Maxima requires ANSI Common Lisp, and the banner is advertising CLtL1 (Common Lisp the Language 1). You can build GCL as an ANSI CL via the --enable-ansi flag for configure. ANSI CL might be the default for very recent versions of GCL, although I'm not sure. Sorry I can't be more helpful, Robert