bootstrap/7817: [3.2/3.3 regression] Link to gcc man page in g++ man page incorrect

bangerth@dealii.org bangerth@dealii.org
Fri Nov 22 09:42:00 GMT 2002


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



More information about the Gcc-bugs mailing list