[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Largefile tests
From: |
Joerg Schilling |
Subject: |
Largefile tests |
Date: |
Thu, 28 Dec 2000 16:26:45 +0100 (MET) |
Hi, it seems that the large file tests from GNU tar are making
problems on old Linux systems with Glibc-2.1.3
If you #define _XOPEN_SOURCE to 500
some important typedefs from sys/types.h become invisible
(e.g. caddr_t and daddr_t) both are needed for some ioctl's.
I propose to ommit the last test:
AC_SYS_LARGEFILE_MACRO_VALUE(_XOPEN_SOURCE, 500,
ac_cv_sys_xopen_source,
[Define to make ftello visible on some hosts (e.g. glibc 2.1.3).],
[#include <stdio.h>], [return !ftello;])
and rather tell people with glibc-2.1.3 that they need to upgrade
if they like to use large file programs instead.
Jörg
EMail:address@hidden (home) Jörg Schilling D-13353 Berlin
address@hidden (uni) If you don't have iso-8859-1
address@hidden (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
- Largefile tests,
Joerg Schilling <=