lör 2006-06-03 klockan 23:42 +0200 skrev Guido Serassio: > 1) My machine is a O2 with 64 bit processor running with 32 bit Irix, > and the platform default is to use 64 bit off_t with large file > support always enabled. > When using --with-large-files configure detects XBS5_ILP32_OFFBIG, > but the given CFLAGS contains "-n32", a SGI MipsPRO compiler option > not know to gcc that should use "-mabi=n32" (the default option on > Irix 32/64). Is not clear to me if _FILE_OFFSET_BITS=64 should be > used anyway, because off_t is always detected with size 8.
Sounds like you should use --with-build-environment=default, or maybe none of the configure options for large files. > 2) PRId64 seems to be not defined in Irix, so when building with > --enable-large-cache-files, the compile fails. I have tried defining > PRId64 in squid.h, and the build is fine, but I don't have tested if > the binary works fine. I also added PRId64 to squid.h today if not defined, but for other reasons... > Any suggestion ? Try again? and when it compiles browse around in cachemgr to see if the stats looks sane.. Regards Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
