Re: Maxima works with gcl 2.7.1
David Scherfgen via Maxima-discuss <[email protected]> Sat, 26 Apr 2025 15:29:58 +0200
| Newsgroups | gmane.comp.mathematics.maxima.general,gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <CAMTHLKiUEjSD9wb1DqAhMNPPS6WeXFqeKdC3euNc5betndBFJA@mail.gmail.com> |
Camm Maguire <[email protected]>: > Greetings! > > [ Got this off the maxima list, did you cc me directly? ] > I don't send answers directly to you because I know that your mail server doesn't like my googlemail address - for whatever reason ... and if the mailing list server sees that I addressed you directly, it won't send my message to you. Yes, this is a perfectly normal run! This should build fine. Perhaps > there is an issue with your C compiler and 'full' optimization? Can you > complete the build with > > ./configure CFLAGS="-g -O2" ... (whatever else you need) > > The 'bt' was assuming you would hit the error handler, which you did > not. It is a gdb command, not a gcl one. > That's the strange thing: With -g -O2, the build fails just like before (crash while compiling gcl_typep.lsp). But when I did the GDB thing, there was no error. Calling make again still leads to the same crash. > It is also relevant if the hand compile command I gave you produces the > .c files or not, so if you could let me know.... As the other poster > has indicated, there may be some instability if your build tree > traverses links in uncommon places, which should be tracked down > eventually. Your symptoms seem different, however, as in that case > problematic paths with double slashes were produced, triggering an > intelligible error. > I don't have any links or mount points in my build paths. I cloned the GCL repository into the home directory of a user which I created only for the purpose of building GCL. 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. _______________________________________________ Maxima-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-discuss