public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/54720] New: libobjc install-strip target not populated
@ 2012-09-26 20:05 gnugcc at marino dot st
  2015-07-20 20:07 ` [Bug libobjc/54720] " keith.marshall at mailinator dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gnugcc at marino dot st @ 2012-09-26 20:05 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54720
           Summary: libobjc install-strip target not populated
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libobjc
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gnugcc@marino.st


On versions 4.7.1 and 4.7.2:
executing "make install" after the build will result in the installation of the
libobjc.* files when objc is specified in --enable-langs

However, "make install-strip" doesn't install the libobjc.* files in the
library installation directory.  It seems the libobjc/makefile has completely
omitted this target although it references it.


The fix is easy: Add the install-strip target to the libobjc/Makefile.in file.


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

* [Bug libobjc/54720] libobjc install-strip target not populated
  2012-09-26 20:05 [Bug libobjc/54720] New: libobjc install-strip target not populated gnugcc at marino dot st
@ 2015-07-20 20:07 ` keith.marshall at mailinator dot com
  2015-07-20 20:09 ` keith.marshall at mailinator dot com
  2021-10-25 16:59 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: keith.marshall at mailinator dot com @ 2015-07-20 20:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54720

Keith Marshall <keith.marshall at mailinator dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keith.marshall at mailinator dot c
                   |                            |om

--- Comment #1 from Keith Marshall <keith.marshall at mailinator dot com> ---
This appears to afflict version 4.8.5 too. After successfully completing a
crossed-native build for the mingw32 target,

  make prefix=`pwd`/staged install-strip

omits all libraries, associated headers, and the associated dll for the libobjc
component, whereas

  make prefix=`pwd`/staged install

includes them.  The difference in installed inventory, between execution of
each of these commands is attached.


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

* [Bug libobjc/54720] libobjc install-strip target not populated
  2012-09-26 20:05 [Bug libobjc/54720] New: libobjc install-strip target not populated gnugcc at marino dot st
  2015-07-20 20:07 ` [Bug libobjc/54720] " keith.marshall at mailinator dot com
@ 2015-07-20 20:09 ` keith.marshall at mailinator dot com
  2021-10-25 16:59 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: keith.marshall at mailinator dot com @ 2015-07-20 20:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54720

--- Comment #2 from Keith Marshall <keith.marshall at mailinator dot com> ---
Created attachment 36018
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36018&action=edit
Differences between "find staged" for each of "install-strip" and "install"
cases.


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

* [Bug libobjc/54720] libobjc install-strip target not populated
  2012-09-26 20:05 [Bug libobjc/54720] New: libobjc install-strip target not populated gnugcc at marino dot st
  2015-07-20 20:07 ` [Bug libobjc/54720] " keith.marshall at mailinator dot com
  2015-07-20 20:09 ` keith.marshall at mailinator dot com
@ 2021-10-25 16:59 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-25 16:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54720

--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
The GNU Coding Standards contain an example of a simple way to do this:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets

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

end of thread, other threads:[~2021-10-25 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-26 20:05 [Bug libobjc/54720] New: libobjc install-strip target not populated gnugcc at marino dot st
2015-07-20 20:07 ` [Bug libobjc/54720] " keith.marshall at mailinator dot com
2015-07-20 20:09 ` keith.marshall at mailinator dot com
2021-10-25 16:59 ` egallager at gcc dot gnu.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).