From: drepper Date: Tue, 1 Dec 1998 13:25:50 +0000 (+0000) Subject: Mention better way to create missing version.h file for Linux. X-Git-Tag: glibc-2_0_106~86 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=1d99be6d17915310d7ec278e6f96b3f49f4280fa Mention better way to create missing version.h file for Linux. --- diff --git a/FAQ.in b/FAQ.in index b1bd299e3f..46a25d5453 100644 --- a/FAQ.in +++ b/FAQ.in @@ -177,9 +177,8 @@ headers to use, give configure the --with-headers switch (e.g. --with-headers=/usr/src/linux-2.1.107/include). Note that you must configure the 2.1 kernel if you do this, otherwise libc -will be unable to find . Just copy .config from your 2.0 -kernel sources to the 2.1 tree, do `make oldconfig', and say no to all the -new options. +will be unable to find . Just change the current directory +to the root of the 2.1 tree and do `make include/linux/version.h'. ?? The compiler hangs while building iconvdata modules. What's wrong?