Bruce Dubbs wrote:
I ran into our first problem with glibc-2.27 when building make:
glob/libglob.a(glob.o): In function `glob':
/mnt/lfs/sources/make-4.2.1/glob/glob.c:581: undefined reference to
`__alloca'
Investigating, but I suspect more similar issues.
OK, I have a workaround for make:
sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
It's a hack, but works for now.
=================
But now a bigger problem. The new glibc in Chapter 6 fails with:
bison --yacc -v --name-prefix=__gettext --output
/sources/glibc-2.27/build/intl/plural.c plural.y
bison: m4 subprocess failed: No such file or directory
It worked OK in Chapter 5.
Any help on this is much appreciated.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page