Re: [WOLK-devel] Compile errors with 4.2s
Brought to you by:
hight0wer
|
From: KORN A. <kor...@ch...> - 2003-06-25 07:35:59
|
On Tue, Jun 24, 2003 at 03:49:09PM -0300, Jo?o Neves wrote: Hi, > Thanks for your insight. But I still can't compile any version of wolk > 4. I got rid of the symlinks in /usr/include and copied the actual > kernel-headers (as suggested in: > http://www.njlug.org/LFS/book/chapter05/kernel.html), but I still get > errors referring to aes.c: Unfortunately, that's still wrong. :) glibc provides its own headers that should go under /usr/include/asm and /usr/include/linux. Either the LFS howto is crappy, or there's some factor I'm unaware of. Anyway, I suggest you reinstall your libc6-dev or glibc-devel or similar package to restore your userspace header files. FWIW, I confirmed that my own kernel build also accesses /usr/include/asm/string.h when compiling aes.c, but it compiles without /problems. I assume it expects the userspace includes there, not the kernel includes. Andrew -- Andrew Korn (Korn Andras) <korn at chardonnay.math.bme.hu> Finger korn at chardonnay.math.bme.hu for pgp key. QOTD: Come to Lapland for your honeymoon. The nights last twenty-four hours. |