public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: magnus.kreth@gmx.de
To: gcc-gnats@gcc.gnu.org
Subject: other/7031: program-suffix not respected in make install
Date: Fri, 14 Jun 2002 07:06:00 -0000	[thread overview]
Message-ID: <20020614133926.7632.qmail@sources.redhat.com> (raw)


>Number:         7031
>Category:       other
>Synopsis:       program-suffix not respected in make install
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 14 06:46:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     magnus.kreth@gmx.de
>Release:        gcc-3.1
>Organization:
>Environment:
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.1/specs
Configured with: /scratch/magnus/gcc-3.1/configure --prefix=/usr/local --program-suffix=3 --srcdir=/scratch/magnus/gcc-3.1 : (reconfigured) /scratch/magnus/gcc-3.1/configure --prefix=/usr/local --program-suffix=3 --srcdir=/scratch/magnus/gcc-3.1 --enable-languages=c,c++,f77,objc --enable-version-specific-runtime-libs
Thread model: aix
gcc version 3.1
>Description:
"gmake install" removes /usr/local/bin/gcov but installs /usr/local/bin/gcov3, see output of gmake -n install:
if [ -f gcov ]; \
then \
    rm -f /usr/local/bin/gcov; \
    /bin/sh /scratch/magnus/gcc-3.1/install-sh -c  gcov /usr/local/bin/`echo gcov|sed 's,$,3,; '`; \
fi
>How-To-Repeat:
on every invocation of 'gmake install'
>Fix:
see gcc/Makefile around line 4140:
4140:# Install gcov if it was compiled.
4141:   -if [ -f gcov$(exeext) ]; \
4142:   then \
4143:      rm -f $(bindir)/gcov$(exeext); \
4144:      $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
4145:   fi

line 4143 should probably read:
rm -f $(bindir)/$(GCOV_INSTALL_NAME)$(exeext)
>Release-Note:
>Audit-Trail:
>Unformatted:


                 reply	other threads:[~2002-06-14 13:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020614133926.7632.qmail@sources.redhat.com \
    --to=magnus.kreth@gmx.de \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).