[Seed7-users] Seed7 Compilation on AlmaLinux 9 Segmentation Fault
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Zachary M. <za...@ma...> - 2024-03-13 18:55:37
|
Hey Thomas, I just tried compiling the latest version of Seed7 on AlmaLinux 9, and got through fine all the way up to compiling the compiler ("make s7c"), during which it crashed with a segmentation fault at 6964 under the generating code step. The following is the output from the command: $ make s7c ../bin/s7 -l ../lib ../prg/s7c -l ../lib -b ../bin -O2 ../prg/s7c SEED7 INTERPRETER Version 5.2.40 Copyright (c) 1990-2023 Thomas Mertes Compiling the compiler ... SEED7 COMPILER Version 3.2.40 Copyright (c) 1990-2023 Thomas Mertes Source: ../prg/s7c Compiling the program ... Compiling the compiler ... Generating code ... after walk_const_list make: *** [makefile:123: ../prg/s7c] Segmentation fault (core dumped) Any idea why it's failing? Thanks, Zachary |