Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Debian packages.

  1. #11
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Debian packages.

    You make some good points. And yes the memory footprint would increase because you are no longer sharing libraries. But again, how big would a statically-compiled Ubuntu be? How much more RAM would a base boot require? How much slower would it be?
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  2. #12
    Join Date
    Feb 2007
    Location
    Tuxland
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Debian packages.

    Quote Originally Posted by tgalati4 View Post
    You make some good points. And yes the memory footprint would increase because you are no longer sharing libraries. But again, how big would a statically-compiled Ubuntu be? How much more RAM would a base boot require? How much slower would it be?
    Well "how static"?

    If you statically compile against GTK+ for every GTK+ app you'll probably have some absurd memory requirements. Do you really want to this? If so .... WHY? If a library is multiple megs it's a little much to statically compile this into an app.

    It's worth noting that Arch/Fedora doesn't statically compile everything. Windows apps dynamically link to the Win32 API (largely implemented as shared libraries), otherwise every app might pull hundreds of megs of libraries

    Arch bundles -dev into the package, which is mostly the header files for the lib (required for compilation). This is not the same thing as statically compiling everything. I mean, Arch is regularly respected for it's speed!
    Last edited by phrostbyte; January 25th, 2010 at 01:44 AM.
    Proud GNU/Linux zealot and lover of penguins
    "Value your freedom or you will lose it, teaches history." --Richard Stallman

  3. #13
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Debian packages.

    True. The header files aren't huge Yes, gtk has a large footprint. So there seems to be a tradeoff between package size, number of packages, and installed footprint size.

    Look at dsl, tinycore, slitaz for how small a desktop linux can be.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •