home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!rosie!NeXT.com
- From: sam_s@NeXT.com (Sam Streeper)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: strip DB - Application doesn't work
- Message-ID: <5889@rosie.NeXT.COM>
- Date: 17 Nov 92 01:33:05 GMT
- References: <1992Nov15.210934.1825@aki.en.open.de>
- Sender: news@NeXT.COM
- Reply-To: sam_s@NeXT.com
- Lines: 22
-
- peter@aki.en.open.de writes:
- > I have tested the AddressBook MiniExample Sept 92 ...
- > and it works fine. But then I
- > wanted to install it (make install). The make install command strips the
- > application. This seems to be a very good idea, because it saves disk space
- > ( >1 Mb to 40 K) !
- >
- > But this example works with dynamically loaded adaptors.
-
- I haven't seen this example, but apps that will dynamically load code need
- some symbols left behind to allow linking. You can only strip them so far:
-
- strip -x or
- strip -x -A
-
- (I think... this is off the top of my head)
-
- -sam
-
- --
- Opinions expressed herein are not those of my employer. They're not even
- mine. They're probably wrong besides. How did they get in here, anyway?
-