[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: programming in linux



On Wed, 2002-09-04 at 16:13, Irvin Temp wrote:
> 
> Ive just been exploring programming in linux. I want to install all 
> teh headers for c and c++, but im not sure what are the packages
> needed to be installed?

Just run 'tasksel' and select "C and C++" in the Development section and
you're set.

> is it glibc only? where can i get a list of all the libraries package in debian that can be used for c programming.

glibc (aka libc6) is the C library - yes. You need to install at least
libc6-dev (and a C compiler of course) for compiling C programs.

There are a lot of other libraries which serve different purposes - just
pick what you need. All the development packages (those providing header
files and static libraries) end in "-dev" ('dpkg -l \*-dev' will list
all those packages).

HTH
Claudio



Reply to: