Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux 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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •