During a BSS rebuild I found that automake generates two errors which stop the auto build.
It is introduced by flex-2.5.38, I tried the same with flex-2.5.37 with no errors. I added the next line to the build script for automake because I can't find the cause. All errors complain about a missing 'yylex' label in one of the libraries. Maybe a problem with flex-2.5.38 not exporting a label anymore? Added line: sed -i '/\(t\/lex-clean-cxx.sh\|t\/lex-depend-cxx.sh\)/d' Makefile.in After which automake makes it through the tests. MAYBE: this is also the cause why man-db - the initial reason for a rebuild - generates two errors? Keep you all informed. Regards, Frans. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
