That is true. I have been using this setup for so many versions and it worked so I never noticed.
Thanks for the pointer.

I have added the diff for to fix the problem, in case anyone comes across the problem.

--- lib/libcompat.h.orig    2013-10-17 19:26:21.341263508 +0000
+++ lib/libcompat.h    2013-10-17 19:28:58.780713970 +0000
@@ -130,7 +130,7 @@
  * As the functions which use timer_t are not defined on the system,
  * the timer_t type probably also is not defined.
  */
-typedef int timer_t;
+/* typedef int timer_t; */

 int clock_gettime(int clk_id, struct timespec *ts);
 int timer_create(int clockid, struct sigevent *sevp, timer_t *timerid);

- Nii Nai

On Thu, 17 Oct 2013 22:11:12 +0200, Denis Mugnierwrote:

The LFS book said that
/bin/sh should be a symbolic or hard link to bash not to dash....


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to