bug-parted
[Top][All Lists]
Advanced

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

Re: [patch] Hurd


From: Andrew Clausen
Subject: Re: [patch] Hurd
Date: Sun, 5 Aug 2001 20:13:58 +1000
User-agent: Mutt/1.2.5i

On Sun, Aug 05, 2001 at 02:08:26AM +0200, Neal H Walfield wrote:
> The attached patch (against 1.5.3) makes it possible to compile GNU
> Parted on the Hurd.

Applied.  Thanks!

> However, in order to actually use GNU Parted, you
> will also need to do:
> 
>       # CFLAGS=-D_FILE_OFFSET_BITS=64 ../configure
>
> There should be a way to do this automagically; I just do not know what
> that is.

This should already work.  If it doesn't, you have a broken glibc
setup, I believe...

The relevant bit in configure.in is:

dnl `getconf LFS_CFLAGS` gets the flags to tell the compiler to make off_t
dnl big (LFS == large file support).
LFS_CFLAGS="`getconf LFS_CFLAGS`" && CFLAGS="$CFLAGS $LFS_CFLAGS"


Do you have getconf?  Is it in your $PATH?  Maybe there should be a
thorough hunt for it...

Thanks!
Andrew




reply via email to

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