make fails

chris hermansen clhermansen@gmail.com
Mon May 4 17:07:16 GMT 2026


Good morning everyone,

This morning, I cloned a fresh copy of https://gcc.gnu.org/git/gcc.git and
followed the instructions here https://gcc.gnu.org/wiki/Algol68FrontEnd

As I mentioned in a previous email, I don't have 32 bit stuff on my machine
so my build process looked like this:

cd gcc
./contrib/download_prerequisites
mkdir build-algol68
cd build-algol68
../configure --enable-languages=algol68 --disable-multilib
make -j12

The make itself failed with the following message:

g++ -std=c++14 -c   -g -DIN_GCC    -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing -Wwrite-strings
-Wcast-qual -Wno-format -Wmissing-format-attribute
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings  -DHAVE_CONFIG_H
 -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build
-I../../gcc/../include  -I../../gcc/../libcpp/include  \
-o build/gengenrtl.o ../../gcc/gengenrtl.cc
cc1plus: fatal error: gengtype-lex.cc: No such file or directory
compilation terminated.
make[3]: *** [Makefile:3268: build/gengtype-lex.o] Error 1

I'm a real zero when it comes to dealing with this sort of thing and
therefore I'm asking for any advice...

Thanks in advance.

-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://gcc.gnu.org/pipermail/algol68/attachments/20260504/83555141/attachment.htm>


More information about the Algol68 mailing list