public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/19563] New: Makefiles don't handle configure --program-suffix
@ 2005-01-21 12:32 bero at arklinux dot org
  2005-01-21 13:08 ` [Bug other/19563] " pinskia at gcc dot gnu dot org
  2005-01-21 16:19 ` bero at arklinux dot org
  0 siblings, 2 replies; 5+ messages in thread
From: bero at arklinux dot org @ 2005-01-21 12:32 UTC (permalink / raw)
  To: gcc-bugs

I just tried to abuse autoconf's --program-suffix feature (../configure  
--program-suffix="-4.0") to have gcc 3.4.x and 4.0 in the same directory  
without conflicts.  
  
Looks like the configure option is completely ignored -- the resulting 
binaries are named as usual.

-- 
           Summary: Makefiles don't handle configure --program-suffix
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i586-ark-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/19563] Makefiles don't handle configure --program-suffix
  2005-01-21 12:32 [Bug other/19563] New: Makefiles don't handle configure --program-suffix bero at arklinux dot org
@ 2005-01-21 13:08 ` pinskia at gcc dot gnu dot org
  2005-01-21 16:19 ` bero at arklinux dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21 13:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 13:07 -------
Is this just the Ada's programs that don't get transformed or all.
If it is just Ada, then this is a dup of bug 864.
Otherwise, this was fixed even longer before 3.4.0 by:
2001-11-08  Andreas Franck  <afranck@gmx.de>
        
        * configure.in: Add AC_ARG_PROGRAM to support program name
        transformation with --program-prefix, --program-suffix and
        --program-transform-name. 
        * configure: Regenerated.
        * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
        PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
        GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
        PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
        program_transform_name the way suggested by autoconf.
        (GCC_TARGET_INSTALL_NAME): Define. 
        (install-driver): Use the transformed target alias name.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/19563] Makefiles don't handle configure --program-suffix
  2005-01-21 12:32 [Bug other/19563] New: Makefiles don't handle configure --program-suffix bero at arklinux dot org
  2005-01-21 13:08 ` [Bug other/19563] " pinskia at gcc dot gnu dot org
@ 2005-01-21 16:19 ` bero at arklinux dot org
  1 sibling, 0 replies; 5+ messages in thread
From: bero at arklinux dot org @ 2005-01-21 16:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bero at arklinux dot org  2005-01-21 16:19 -------
It's not just ada, it's everything including gcc and g++ 
Looks like it reappeared somewhere. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/19563] Makefiles don't handle configure --program-suffix
       [not found] <bug-19563-4@http.gcc.gnu.org/bugzilla/>
  2011-11-13  4:19 ` gerald at pfeifer dot com
@ 2011-11-13 23:00 ` bero at arklinux dot org
  1 sibling, 0 replies; 5+ messages in thread
From: bero at arklinux dot org @ 2011-11-13 23:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563

--- Comment #4 from bero at arklinux dot org 2011-11-13 18:17:20 UTC ---
It has worked for me for the last couple of years as well, so whatever caused
it is fixed


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/19563] Makefiles don't handle configure --program-suffix
       [not found] <bug-19563-4@http.gcc.gnu.org/bugzilla/>
@ 2011-11-13  4:19 ` gerald at pfeifer dot com
  2011-11-13 23:00 ` bero at arklinux dot org
  1 sibling, 0 replies; 5+ messages in thread
From: gerald at pfeifer dot com @ 2011-11-13  4:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |gerald at pfeifer dot com
         Resolution|                            |WORKSFORME

--- Comment #3 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-11-13 02:09:06 UTC ---
Hmm, this has been working for me just fine (except for Ada) for the last
couple of years, in the context of that very usecase: installing several
instances of GCC into the same prefix.

Let's track the Ada issue in PR #51095 specifically, for apart from that
It Seems To Work[TM] for tens of thousands of users of FreeBSD who use my
ports, for example.  Please advise if I missed something!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-13 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-21 12:32 [Bug other/19563] New: Makefiles don't handle configure --program-suffix bero at arklinux dot org
2005-01-21 13:08 ` [Bug other/19563] " pinskia at gcc dot gnu dot org
2005-01-21 16:19 ` bero at arklinux dot org
     [not found] <bug-19563-4@http.gcc.gnu.org/bugzilla/>
2011-11-13  4:19 ` gerald at pfeifer dot com
2011-11-13 23:00 ` bero at arklinux dot org

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).