bug-parted
[Top][All Lists]
Advanced

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

Re: err. on compile :( please help


From: Andrew Clausen
Subject: Re: err. on compile :( please help
Date: Wed, 17 Jan 2001 20:16:44 -0200

Martin Willemoes Hansen wrote:
> 
> I get the following error while compiling parted-1.4.7 on Linux 2.4.0,
> glibc 2.2.1 and gcc-2.95.2

The problem is 2.2.1 made an incompatible change, and autoconf can't
deal with it in the current versions.  I will fix Parted soon.

In the mean time, you can work around, by changing configure.in.
Replace the line containing

        AC_CHECK_SIZEOF

with

        SIZEOF_OFF_T=8
        AC_DEFINE(SIZEOF_OFF_T)

And type:

        $ autoconf

Andrew Clausen



reply via email to

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