This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to install man pages for gcc 3.4.2?


Thanks guys,
Info. is not installed on my sparc-solaris-2.8 (ultrasparc) machine.

I added the gcc man to manpath and it works!!!

 warm regards

Saurabh



M Ranga Swami Reddy <swamim@sankhya.com> 
08/29/2005 06:02 PM

To
Saurabh.Bhatnagar@blr.hexaware.com
cc
"gcc-help@gcc.gnu.org" <gcc-help@gcc.gnu.org>
Subject
Re: How to install man pages for gcc 3.4.2?







Hi,

> The man pages are also installed along with GCC.

> How do I invoke the right gcc man page?

Use 'info -f' command with 'gcc.info' absolute path as shown below:

   > info -f /opt/info/gcc.info

   Or

You can set the MANPATH environment variable appropriately to get the 
required man pages.


Best Regards,
Swami




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]