Re: Failure when building /binutils (Chapter 5 on FC4 with gcc4)

2005-07-04 Thread Andrew Fyfe
Tobias Lieber wrote: snip The best place to look for gcc4 patches is fedora cvs (http://cvs.fedora.redhat.com/viewcvs/devel/) From Andrew -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: gawk-3.1.4 and glibc-2.3.5: broken combination?

2005-07-03 Thread Andrew Fyfe
Bernard Leak wrote: snip I compiled libgpg-error-1.0 (http://ftp.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error_1.0.orig.tar.gz) and it worked fine, so did `make check`. Have you tried recompiling gawk?? From Andrew -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ:

Re: gawk-3.1.4 and glibc-2.3.5: broken combination?

2005-07-03 Thread Andrew Fyfe
Bernard Leak wrote: He asks Have you tried recompiling gawk?? I've already produced six distinct builds, many of them compiled several times (for one reason or another). How many more times would he like me to try? Does he recommend any particular clothes, or phases of the moon? Sorry

Re: gawk-3.1.4 and glibc-2.3.5: broken combination?

2005-07-03 Thread Andrew Fyfe
Might be another stupid question have you got LC_ALL set? try cat test.in | LC_ALL=C gawk -f test.awk From Andrew -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Small sh fix in dhcpcd bootscript

2005-06-30 Thread Andrew Fyfe
I just switched my /bin/sh link to ash and noticed /etc/sysconfig/network-devices/services/dhcpcd uses == which doesn't work on sh compliant shells, here's a small patch to fix it. From Andrew diff -Naur blfs-bootscripts-20050628.orig/blfs/sysconfig/network-devices/services/dhcpcd