This is the mail archive of the gcc-bugs@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: bootstrap/7817: [3.2/3.3 regression] Link to gcc man page in g++ man page incorrect


Old Synopsis: Wrong instllation of g++ manpage
New Synopsis: [3.2/3.3 regression] Link to gcc man page in g++ man page incorrect

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Nov 22 09:23:14 2002
State-Changed-Why:
    True. I see this on my linux installation as well. Since
    earlier versions of g++ had a manpage of their own rather
    than crosslinking to gcc's man page, this is sort of a 
    regression.
    
    Note that the problem only occurs if the correct path to
    the man pages is not in $MANPATH, but only if one views
    the g++ man page with "man -k /path/to/g++/man/page/g++.1".
    
    At least on my system, it is not sufficient in this case
    to use ./gcc.1 as link, but one needs the full path here.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7817


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