bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs glibc install fails


From: Justin Guyett
Subject: Re: cvs glibc install fails
Date: Tue, 26 Jun 2001 17:04:50 -0700 (PDT)

On Wed, 27 Jun 2001, Chiaki Ishikawa wrote:

> Does anyone know of depository (or repository? I am not sure what is
> the right English word) of statically linked file utilites
> available on Internet?

build them yourself.

ftp://ftp.gnu.org/pub/gnu/fileutils/

static compilation (steps taken from LFS project)
  ./configure --prefix=/usr --disable-nls
  make -e LDFLAGS=-static
  make install

obviously you don't (probably) want to install to /usr, but you want to
have them around somewhere that doesn't require mounting another
partition/drive unless you have a static mount binary

glibc comes with sln, a statically linked symbolic linker.


justin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]