Re: Any statically-linked binaries out there?

2005-10-26 Thread Phillip Susi
Shared libraries generally save resources. Why would you want static binaries, and exactly what binaries are you looking for? Tshepang Lekhonkhobe wrote: Hello, Is there anyone packaging statically-linked executables so that one doesn't worry about shared libraries? I'm thinking something lik

Any statically-linked binaries out there?

2005-10-26 Thread Tshepang Lekhonkhobe
Hello, Is there anyone packaging statically-linked executables so that one doesn't worry about shared libraries? I'm thinking something like a single set-up file which will then install to the intended locations without the worry about dependencies. I'm thinking of wasting some precious harware re

Re: Statically-linked binaries

2005-10-15 Thread Tshepang Lekhonkhobe
This is more of a repost. Is there anyone packaging statically-linked executables so that one doesn't worry about shared libraries? I'm thinking something like a single set-up file which will then install to the intended locations without the worry about dependencies. malebo

Re: Statically-linked binaries

2005-10-11 Thread Marc Wilson
On Tue, Oct 11, 2005 at 10:50:02AM -0400, Roberto C. Sanchez wrote: > There are very good reasons for using dynamic linking whenever possible. And there are even better reasons for using a little intelligence regarding when to dynamically link something, and when not to. Unfortunately, being a di

Re: Statically-linked binaries

2005-10-11 Thread Tshepang Lekhonkhobe
On 10/11/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > Quoting Tshepang Lekhonkhobe <[EMAIL PROTECTED]>: > > > Hello, > > > > Is there anyone packaging statically-linked executables so that one doesn't > > worry about shared libraries? I'm thinking something like a single set-up > > file whic

Re: Statically-linked binaries

2005-10-11 Thread Roberto C. Sanchez
Quoting Tshepang Lekhonkhobe <[EMAIL PROTECTED]>: Hello, Is there anyone packaging statically-linked executables so that one doesn't worry about shared libraries? I'm thinking something like a single set-up file which will then install to the intended locations without the worry about dependenc

Statically-linked binaries

2005-10-10 Thread Tshepang Lekhonkhobe
Hello, Is there anyone packaging statically-linked executables so that one doesn't worry about shared libraries? I'm thinking something like a single set-up file which will then install to the intended locations without the worry about dependencies. malebo