autoconf-patches
[Top][All Lists]
Advanced

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

Re: _XOPEN_SOURCE=500 breaks at least OSF1 V5.0 [Re: largefiles


From: Paul Eggert
Subject: Re: _XOPEN_SOURCE=500 breaks at least OSF1 V5.0 [Re: largefiles
Date: Tue, 14 Nov 2000 13:44:54 -0800 (PST)

> From: Akim Demaille <address@hidden>
> Date: 14 Nov 2000 16:48:54 +0100
> 
> This is the result of running just AC_FUNC_SEEKO on my machine, Debian
> GNU/Linux most up to date.  Is this what is expected?

I'm not sure what "most up to date" is, but if it's using glibc 2.1.3
then the behavior is what's expected.  glibc 2.1.3's fseeko
declaration is busted, so "configure" is correctly avoiding fseeko.
It should be fixed in glibc 2.2.

You should be able to work around the glibc 2.1.3 problem with:

CFLAGS='-D_XOPEN_SOURCE=500' configure

but this causes problems in other areas on other hosts, so I took it
out of the largefile stuff.



reply via email to

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