Jeff Trawick wrote:
> Jeff Trawick wrote:
>> rahul wrote:
>>> Hello,
>>> Can I please get this reviewed?
>>> http://cr.opensolaris.org/~vrthra/squid-6889225/
>>
>> I don't see any references on the web to the use of 
>> "--with-large-files=POSIX_V6_ILP32_OFFBIG". Shouldn't it just be 
>> "--with-large-files"?
>>
>> on 2009.06:
>>
>> squid-2.7.STABLE6$ ./configure >noopts.out
>> squid-2.7.STABLE6$ ./configure --with-large-files >with_large_files.out
>> squid-2.7.STABLE6$ ./configure 
>> --with-large-files=POSIX_V6_ILP32_OFFBIG > with_large_files_2.out
>> squid-2.7.STABLE6$ diff noopts.out with_large_files.out
>> 24a25,26
>>> Using POSIX_V6_LPBIG_OFFBIG build environment
>>> Removing -Usun on i386-pc-solaris2.11
>> 148c150
>> < checking size of void *... 4
>> ---
>>> checking size of void *... 8
>
> silly me, this isn't right either (no longer 32-bits ;) )

maybe this?

squid-2.7.STABLE6$ ./configure 
--with-build-environment=POSIX_V6_ILP32_OFFBIG --with-large-files > 
wbe_wlf.out
squid-2.7.STABLE6$ diff noopts.out wbe_wlf.out
24a25,26
 > Using POSIX_V6_ILP32_OFFBIG build environment
 > Removing -Usun on i386-pc-solaris2.11
185c187
< checking size of off_t... 4
---
 > checking size of off_t... 8
squid-2.7.STABLE6$


Reply via email to