bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Problem when building on HP-UX 11i(11.11)


From: Bob Proulx
Subject: Re: Problem when building on HP-UX 11i(11.11)
Date: Thu, 13 Mar 2003 23:56:47 -0700
User-agent: Mutt/1.3.28i

Leon Strydom wrote:
> What do you mean with "large-file mode"?
> It seams like it is the default, but I tried it with the "./configure
> --enable-largefile" option as well.

The configure script will try to detect what it takes to create large
file and will try to enable those options.  If you see this in 32-bit
mode then you are getting large files.

  checking for special C compiler options needed for large files... no
  checking for _FILE_OFFSET_BITS value needed for large files... 64
  checking for _LARGE_FILES value needed for large files... no

The magic for hpux is -D_FILE_OFFSET_BITS=64.

If you compiled in 64-bit mode then you have large file capability by
default too.

> In any case it works from the command-line, but not in the background.

Could it by any chance be trying to ask the user to change media?

Bob




reply via email to

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