H.J. Lu, on lun. 02 avril 2018 09:01:30 -0700, wrote: > On Mon, Apr 2, 2018 at 7:47 AM, Samuel Thibault <samuel.thiba...@gnu.org> > wrote: > > Hello, > > > > Joseph Myers, on lun. 02 avril 2018 14:22:28 +0000, wrote: > >> On Mon, 2 Apr 2018, Samuel Thibault wrote: > >> > >> > This means that build-glibcs i686-gnu now builds fine. Among the > >> > remaining TODOs, there are > >> > >> Thanks! I'd add: the "requires out-of-tree patches" statement in README > >> needs to be removed, > > > > Oh, I was unaware of that mention. > > mig master branch failed to build on Fedora 27: > > gcc -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 > /usr/local/bin/ld: lexxer.o: in function `yylex': > /export/gnu/import/git/toolchain/build/compilers/i686-gnu/mig/lexxer.c:1834: > undefined reference to `yywrap'
Could you post config.log? configure is supposed to detect this: checking lex library... -lfl Samuel