Re: Missing include file while configuring kernell 2.0.32 ??

1997-12-31 Thread Joey Hess
Marc Fleureck wrote:
 A find reveals string.h in /usr/src/linux/include/asm-i386. But 
 stdlib.h for instance is not on my disk ??  Very strange !!

Install libc5-dev (or libc6-dev if you're using debian unstable).

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Missing include file while configuring kernell 2.0.32 ??

1997-12-30 Thread Marc Fleureck
Hi,

I installed the kernel source 2.0.32. I just executed what  the 
README file tells me to do, but when I start make menuconfig things go
wrong. Why doesn't it find the include files ??? 

The first thing make does is compiling the 
file lxdialog.c, so gcc is invoked by make.  lxdialog.c 
refers to include files dialog.h and locale.h which contain other 
include files such as stdlib.h, string.h etc...

Then make stops saying dialog.h: stdlib.h: no such file etc...

A find reveals string.h in /usr/src/linux/include/asm-i386. But 
stdlib.h for instance is not on my disk ??  Very strange !!

Regards,
Marc
Ministry of Agriculture. Brussels - Belgium


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .