This is the mail archive of the gcc-prs@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]

c++/7817: Problem with gcc 3.2 installation


>Number:         7817
>Category:       c++
>Synopsis:       Wrong instllation of g++ manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 03 01:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joachim Backes <backes@rhrk.uni-kl.de>
>Release:        3.2
>Organization:
>Environment:
System: IRIX64 origin 6.5 04101930 IP27


	Origin 2000, OS=IRIX 6.5, target=/usrlocal/bin
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: ../configure 
>Description:
I have built gcc-3.2 for IRIX 6.5 sucessfully.

There is one small bug in the install procedure: after
the man pages are installed, then the man page for g++
is not correct (at least for IRIX 6.5): g++.1 is
a very small file with the contents:

        .so man1/gcc.1

So, gcc.1 will not be found because is situated in ./gcc.1,
but not in man1/gcc.1 because man1 is not contained in man1.
Better would be:

        ln -s gcc.1 g++.1

in the man1 directory itself.

>How-To-Repeat:
>Fix:
Make link: ln -s gcc.1 g++.1 in the man1 directory

>Release-Note:
>Audit-Trail:
>Unformatted:


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