Re: LARGEFILE configure issue

2005-02-02 Thread John E. Malmberg
Craig A. Berry wrote: At 12:36 PM -0600 2/1/05, John E. Malmberg wrote: On Mon, 31 Jan 2005, Craig Berry wrote: I believe 64-bit integers and large file support now work correctly (and independently) in bleadperl and those changes should make it into 5.8.7. I do not have bleadperl, but they are not

Re: LARGEFILE configure issue

2005-02-01 Thread Craig A. Berry
At 12:36 PM -0600 2/1/05, John E. Malmberg wrote: >On Mon, 31 Jan 2005, Craig Berry wrote: > >> I believe 64-bit integers and large file support now work correctly >> (and independently) in bleadperl and those changes should make it >> into 5.8.7. > >Unfortunately you did not implement the not very

Re: LARGEFILE configure issue

2005-02-01 Thread John E. Malmberg
On Mon, 31 Jan 2005, Craig Berry wrote: > > On Monday, January 31, 2005, John E. Malmberg wrote: > > >The configure tests for largefile support is based on if the integer type > >is native 64 bits. > > I believe 64-bit integers and large file support now work correctly > (and independently) in blea

Re: LARGEFILE configure issue

2005-01-31 Thread Craig Berry
On Monday, January 31, 2005, at 04:40PM, John E. Malmberg <[EMAIL PROTECTED]> wrote: >The configure tests for largefile support is based on if the integer type >is native 64 bits. If you're looking at 5.8.6, all of the 64-bit tests were lumped together under 64-bit integers, which is just pla

LARGEFILE configure issue

2005-01-31 Thread John E. Malmberg
The configure tests for largefile support is based on if the integer type is native 64 bits. On VMS, the off_t type becomes 64 bits if the _LARGEFILE macro is defined in the test program. Which means logically the support for largefile on VMS should be based on the presences of off_t being detect