LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install Documentation for GCC (https://www.linuxquestions.org/questions/linux-newbie-8/install-documentation-for-gcc-357884/)

halfpower 08-28-2005 05:18 PM

Install Documentation for GCC
 
I've installed the libc6-dev library. Is there documentation anywhere that can be installed along with it?

jonaskoelker 08-28-2005 05:25 PM

yes

jonaskoelker 08-28-2005 05:34 PM

http://homepages.tesco.net/~J.deBoyn...o-answers.html

on debian:
Code:

$ locate fopen | grep man
/usr/share/man/man3/fopen.3.gz
$ apt-file search /usr/share/man/man3/fopen.3.gz
manpages-dev
$ su
# apt-get install manpages-dev

try googling for "$DISTRO libc man pages"; that works for debian too (2nd link).

If none of the above works, let us at least know your distro (put it in your profile too); try searching your repositories for -doc packages.

hth --Jonas


All times are GMT -5. The time now is 06:51 PM.