public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7816: Install gcc-3.2 man pages
@ 2002-09-03  1:16 backesærhrk
  0 siblings, 0 replies; only message in thread
From: backesærhrk @ 2002-09-03  1:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7816
>Category:       c++
>Synopsis:       Wrong installation of man page g++.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 03 01:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joachim Backes
>Release:        3.2
>Organization:
University of Kaiserslautern, Computer Center
>Environment:
System: IRIX64 origin 6.5 04101930 IP27


OS: IRIX 6.5, Hardware Origin 2000
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: ../configure 
>Description:
Hi,

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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-03  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-03  1:16 c++/7816: Install gcc-3.2 man pages backesærhrk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).