home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / utils / bug / 2265 < prev    next >
Encoding:
Text File  |  1992-12-22  |  980 b   |  28 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tweedledumb.cygnus.com!gumby
  3. From: gumby@tweedledumb.cygnus.com (D V Henkel-Wallace)
  4. Subject: strip problem with Sunos 4.1.2
  5. Message-ID: <GUMBY.92Dec20144212@tweedledumb.cygnus.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: /0h/users/gumby/.organization
  8. References: <BzEMuL.AGv@cs.columbia.edu>
  9. Distribution: gnu
  10. Date: Sun, 20 Dec 1992 19:42:12 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 14
  13.  
  14.    Date: Thu, 17 Dec 1992 13:01:32 GMT
  15.    From: carson@cs.columbia.edu (Carson A. Gaspar)
  16.  
  17.    Package: GNU binutils 2.0
  18.    OS: Sunos 4.1.2
  19.    Compiler: gcc 2.2.2
  20.  
  21.    After I strip a dynamically linked executable, ldd claims it is
  22.    statically linked.  The executable still works, so it obviously is
  23.    using the shared libraries.  What's going on?
  24.  
  25. BFD doesn't realize it can write a dynamic file.  Change strip to copy
  26. the value of the dynamic flag from the input bfd to the output one.
  27.  
  28.