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