public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/28757]  New: `make install` installs some strange binaries
@ 2006-08-17  0:07 phreelance_spam at yahoo dot com
  2006-08-17  0:20 ` [Bug other/28757] " pinskia at gcc dot gnu dot org
  2006-08-17 15:28 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: phreelance_spam at yahoo dot com @ 2006-08-17  0:07 UTC (permalink / raw)
  To: gcc-bugs

On my system (though I doubt it's system specific) some very strange things are
installed when a program-prefix and program-suffix are used. Namely you get
${prefix}${prefix}${program}${suffix} for programs like c++ and g++

System: Solaris 10 Generic_118833-17

Configuration: ../gcc-4.1.1/configure                      \
    --prefix=/pkgs/gcc/gcc-4.1.1            \
    --disable-shared                        \
    --with-gnu-as                           \
    --with-gnu-ld                           \
    --enable-__cxa_atexit                   \
    --enable-checking=yes                   \
    --enable-languages=c,c++,objc           \
    --program-prefix=sparc-sun-solaris2.10- \
    --program-suffix=-4.1.1

Some example make output of this in action:
          rm -f /pkgs/gcc/gcc-4.1.1/bin/sparc-sun-solaris2.10-gcc-tmp; \
          ( cd /pkgs/gcc/gcc-4.1.1/bin && \
            ln sparc-sun-solaris2.10-gcc-4.1.1 sparc-sun-solaris2.10-gcc-tmp &&
\
            mv -f sparc-sun-solaris2.10-gcc-tmp
sparc-sun-solaris2.10-sparc-sun-solaris2.10-gcc-4.1.1 ); \
        fi
ln: cannot access sparc-sun-solaris2.10-gcc-4.1.1
make[2]: [install-driver] Error 2 (ignored)
make[2]: Leaving directory `/export/home/koninkje/gcc-build/gcc'
make[2]: Entering directory `/export/home/koninkje/gcc-build/intl'


-- 
           Summary: `make install` installs some strange binaries
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: phreelance_spam at yahoo dot com


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


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

* [Bug other/28757] `make install` installs some strange binaries
  2006-08-17  0:07 [Bug other/28757] New: `make install` installs some strange binaries phreelance_spam at yahoo dot com
@ 2006-08-17  0:20 ` pinskia at gcc dot gnu dot org
  2006-08-17 15:28 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-17  0:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-17 00:20 -------
Well really it is ${prefix}${triplet}-${program}${suffix}
and in your case triplet is your prefix also.


-- 


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


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

* [Bug other/28757] `make install` installs some strange binaries
  2006-08-17  0:07 [Bug other/28757] New: `make install` installs some strange binaries phreelance_spam at yahoo dot com
  2006-08-17  0:20 ` [Bug other/28757] " pinskia at gcc dot gnu dot org
@ 2006-08-17 15:28 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-17 15:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-08-17 15:28 -------
These are not strange at all, this is normal, just your prefix == triplet.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2006-08-17 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-17  0:07 [Bug other/28757] New: `make install` installs some strange binaries phreelance_spam at yahoo dot com
2006-08-17  0:20 ` [Bug other/28757] " pinskia at gcc dot gnu dot org
2006-08-17 15:28 ` pinskia at gcc dot gnu 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).