Re: [Seed7-users] GDB messages from installation abort
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2024-08-01 10:16:33
|
Hi Simon, Having gcc installed is NOT a per-requirement. The Seed7 installer installs its own gcc in the seed7/gcc directory. The Seed7 installer seed7_05_20231217_win.exe failed to do exactly that. The line 'gcc' is not recognized as an internal or external command, shows that the installation of gcc failed. When I tested the installer on my Windows-11 computer it succeeded, because it used the already installed gcc instead. I created a new installer seed7_05_20240630_win.exe which can be downloaded from https://sourceforge.net/projects/seed7/files/bin This installer should be capable to install gcc in seed7/gcc I am interested to know if seed7_05_20240630_win.exe works successfully on your computer. Hopefully you did not already install gcc yourself. I am interested to know if seed7_05_20240630_win.exe works without an already installed gcc. Besides this test you can install a gcc later. The gcc from Seed7 will not affect the other gcc and vice versa. Regards Thomas |