bug-parted
[Top][All Lists]
Advanced

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

Re: fully static build of parted?


From: Andrew Clausen
Subject: Re: fully static build of parted?
Date: Fri, 6 Dec 2002 11:11:10 +1100
User-agent: Mutt/1.4i

On Thu, Dec 05, 2002 at 08:23:51AM -0000, andreas t wrote:
> has anyone managed to make a fully static version of Parted with 
> gcc 3.2? "./configure --enable-all-static --disable-shared" doesn't 
> seem to have much of an effect on the "make"-process.

Yeah, his problem was really odd... by looking at his makefile,
some variables weren't getting substituted!  (bug in make?!  Makefiles
are such a PITA to debug!)

He had:

        parted_LDFLAGS=-all-static

And the link line was something like:

        $(LINK) $(parted_LDFLAGS) ...

But -all-static didn't appear on the invoked command (that make displayed).
So, it doesn't look like it's a gcc issue.

Anyway: I've uploaded an initrd for you in ftp.gnu.org/gnu/parted/devel
for you to test.

Thanks,
Andrew





reply via email to

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