dimovich
October 31st, 2005, 08:52 AM
I tried compiling some C code, but found that I have no C standard header files... What package should I download to install those headers ?
thanks
dimovich
November 4th, 2005, 05:34 AM
No one ? Please...
RayH
November 4th, 2005, 09:40 AM
Kind of complicated for a beginner, but your looking for linux headers. Type uname -r at the terminal. That will tell you your kernel version. Then open Synaptic, search for linux headers and grab the ones that match your kernel version (the regular one and likely the one with the 386 extension). You may need more (gcc, gcc++, etc). If the program you're trying to compile is a popular one, then try searching for that application or the specific error that you are having.
niko_
November 4th, 2005, 10:17 AM
hi dimovich, just type this:
sudo apt-get install build-essential
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.