#2253: GCC-4.3 with 'mktime(3)' ----------------------------------------+----------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: 6.4 Component: Book | Version: SVN Severity: normal | Keywords: ----------------------------------------+----------------------------------- There's an issue with the build of bash and gawk in both Chapter 5 and Chapter 6 due to a glitch in GCC. The autoconf macro in both affected packages which searches for a system-installed mktime(3) function will fail, which causes the packages to build and use an internal mktime function.
Notes about it here: http://www.diy-linux.org/pipermail/diy-linux-dev/2008-February/001200.html I suggest we add the ac_cv_func_working_mktime=yes hack to the configure command in both Chapters of both affected packages. -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2253> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
