[問] compile problem using 'make' command

dear all,

   i downloaded the no-ip client and wanna install it to my debian 4.0. but
when i input make there is tons of compiling error which is about missing
the .h files like stdio.h, stdlib.h..........many many .h files missing....

   i have installded the gcc, and also the related lib such as libc6,
libc6-i686 etc.

   what can i do to solve the problems. thanks a lot.

kit

評論查看選項

選擇你喜歡的顯示回應的模式,並點選「儲存設定」,以啟用你所做的改變。

libc6-dev

I suppose you had missing the package libc6-dev or libc-dev.

you can "apt-get install libc-dev" or "apt-get install libc-dev" to install time

Or you can choose to install the meta-package build-essential which will install everything for you