bug-coreutils
[Top][All Lists]
Advanced

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

Re: Creating static binaries


From: Jim Meyering
Subject: Re: Creating static binaries
Date: Tue, 27 Apr 2004 09:35:48 +0200

address@hidden wrote:
> I'm trying to create static binaries on Solaris 8 (Sparc) of the
> coreutilities for use in an intrusion response kit. I've tried both:
>
> ./configure
> make CC="gcc -static"
>
> and
>
> LDFLAGS=-static ./configure --prefix=/usr/local/coreutils
> make

This works for me:

  ./configure --prefix=/usr/local/coreutils
  make LDFLAGS=-static




reply via email to

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