On Tue, 15 May 2001, Ken Williams wrote:

> Is the suggestion below, about building Apache with -D_LARGEFILE_SOURCE,
> accurate?  That flag seemed to have no effect when I used it in building
> Apache, and I couldn't find any mention of it in the Apache or mod_perl
> source trees.

looking at perl-5.6.1/hints/darwin.sh, i don't see any special flags for
largefile support, like there is in aix,hpux,linux,solaris hints
 
i think Makefile.PL should not spit out those warnings if $^O eq 'darwin'
it is an issue with the other platforms, because largefile flags change
the sizeof request_rec, doesn't look like thats the case with darwin.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to