Can someone explain removing some bash code from 5.23 Gzip that breaks the compiler because, "../../gzip-1.3.11/lib/utimens.c: In function 'utimens':" happend so Bruce anyone that has access the the book put for i in gzip.c lib/utimens.h lib/utimens.c; do cp ${i} ${i}.bak sed --expression="s/futimens/gl_futimens/" ${i}.bak > ${i} rm ${i}.bak done BACK! -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page