home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / ultrix / 8393 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!rdg.dec.com!news.crl.dec.com!jg
  3. From: jg@crl.dec.com (Jim Gettys)
  4. Subject: Re: Reducing size of X libraries, Ultrix 4.2 - How?
  5. Message-ID: <1992Nov18.133317.29453@crl.dec.com>
  6. Sender: news@crl.dec.com (USENET News System)
  7. Organization: DEC Cambridge Research Lab
  8. References: <1992Nov13.181057.18197@unvax.union.edu> <SIMON.92Nov18132433@liasg2.epfl.ch>
  9. Date: Wed, 18 Nov 1992 13:33:17 GMT
  10. Lines: 38
  11.  
  12. In article <SIMON.92Nov18132433@liasg2.epfl.ch>, simon@lia.di.epfl.ch (Simon Leinen) writes:
  13. > In article <1992Nov17.213118.25793@decuac.dec.com>
  14. > mjr@hussar.dco.dec.com (Marcus J. Ranum AXP) writes:
  15. >        It just shrinks the disk space requirements for the library
  16. >    - your X programs will continue to be, well, X-ish in size, as long
  17. >    as you continue to run X.
  18. > Small correction: as long as you want to run X on a system without
  19. > shared libraries for X (such as Ultrix).  Yes, I know shared libraries
  20. > are bad, but for the many more or less useful X applications they are
  21. > certainly a win.
  22. > decstation% ls -l /usr/bin/X11/oclock
  23. > -rwxr-xr-x  1 root     475136 Jul 27 18:13 /usr/bin/X11/oclock
  24. > sparc% ls -l /usr/bin/X11/oclock
  25. > -rwxr-xr-x   1 root      40960 Jan 26  1992 /usr/bin/X11/oclock
  26.  
  27. No arguments from us...  Here is the same off my Alpha OSF system, also not stripped:
  28.  
  29. % ls -l /usr/bin/X11/oclock
  30. -rwxr-xr-x   1 bin      bin        46534 Sep 29 11:27 /usr/bin/X11/oclock
  31. % file !$
  32. file /usr/bin/X11/oclock 
  33. /usr/bin/X11/oclock:    COFF format alpha dynamically linked, demand paged executable not stripped - version 9.0
  34. % size !$
  35. size /usr/bin/X11/oclock 
  36. text    data    bss     dec     hex
  37. 16384   8192    0       24576   6000
  38.  
  39. It is, of course, still a win to get rid of local symbols to help link times.
  40.  
  41.                 - Jim
  42.  
  43. -- 
  44. Digital Equipment Corporation
  45. Cambridge Research Laboratory
  46.