Results 1 to 2 of 2
Hi im a newb and recently used the following command to install the gcc and g++ compilers on my comp:
apt-get install build-essential. It all works great and no problems ...
- 09-21-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 9
Questing about the basic compilers
Hi im a newb and recently used the following command to install the gcc and g++ compilers on my comp:
apt-get install build-essential. It all works great and no problems so far except that when i want to man some C funtions it says no entry for instance if i go man malloc or man strtok or man strsep i get no documentation. Is there anywhere i can get this documentation into man via command or some package
Thanks
- 09-21-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
Code:apt-get install manpages-dev
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)


Reply With Quote
