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: Leon Strydom
Subject: RE: Problem when building on HP-UX 11i(11.11)
Date: Fri, 14 Mar 2003 09:36:30 +0200

I am compiling in 64-bit mode.
This is the error I get:
  /data/backup/backup.gtar: Wrote only 1536 of 10240 bytes
  /usr/local/bin/tar: Error is not recoverable: exiting now

Leon

-----Original Message-----
From: Bob Proulx [mailto:address@hidden 
Sent: 14 March 2003 08:57 AM
To: Leon Strydom
Cc: address@hidden
Subject: Re: Problem when building on HP-UX 11i(11.11)


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]