Hi, While building chapter 6 glibc v2.3.5, I get the following error:
bash-3.00# cp --remove-destination \ /usr/share/zoneinfo/America/Thunder_Bay /etc/localtime cp: cannot stat `/usr/share/zoneinfo/America/Thunder_Bay': No such file or directory Hmm..., so I check... bash-3.00# ls -l /usr/share/zoneinfo/ total 24 -rw-r--r-- 1 root root 4029 May 12 13:47 iso3166.tab -rw-r--r-- 1 root root 17591 May 12 13:47 zone.tab I've already run the following successfully: make && \ make -C ../glibc-$(GLIBC_VER)/linuxthreads/man Then: make install && \ make localedata/install-locales && \ make -C ../glibc-$(GLIBC_VER)/linuxthreads/man install Where were those zoneinfo files supposed to have been made? Have I missed something? Thanks, Michael -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
