PDA

View Full Version : How to install the document for gcc?



HolyJoe
May 18th, 2007, 06:24 PM
I installed the gcc and gcc-doc, but I get nothing when I type: man fopen, etc.

How can I get the gcc man pages?

WW
May 18th, 2007, 06:31 PM
Install manpages, manpages-dev, manpages-posix, manpages-posix-dev.


sudo apt-get install manpages manpages-dev manpages-posix manpages-posix-dev

HolyJoe
May 20th, 2007, 03:44 PM
Thank you for your reply. But I want to get C's function documents, how can I get it??

WW
May 23rd, 2007, 05:50 PM
Install manpages-dev. Then the command man fopen will give you the C documentation for fopen.

HolyJoe
May 25th, 2007, 04:31 PM
Thank you for your help.