In the linux/Makefile I was getting a limits.h error, after further investigation I found for the glibc build, you use --with-headers=$(cwd)/$(linux)/dest/include but glibc needs include/limits.h , which is provided by libc at least on ubuntu intrepid. the kernel that your linking to only provides include/linux/limits.h which is not the same.
To fix this, you need to point to a location that includes include/limits.h, as a temporary work-around I replaced that line with --includedir=/usr/include. I realize this isnt the best fix, but at least it should help some people. -- HELLO! My name is Inigo Montoya, you killed my father, prepair to die! ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel