Paul Dufresne, le mar. 09 févr. 2021 14:45:21 -0500, a ecrit: > i686-linux-gnu-gcc-10 -g -O2 -o migcom error.o global.o header.o lexxer.o > migcom.o parser.o routine.o server.o statement.o string.o type.o user.o > utils.o vprint.o
This is missing -lfl. Do you have a 32bit version of the libfl-devel package? Can please somebody have a look at adding information on the wiki to fix these? > Also, on the build of mach... the configure config.log said: > conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ config.log does quite often trigger errors on purpose. Do not clip the log, what is before the actual test, that tells you simply what the test is all about, is simply way more important than the content of the test itself. Samuel