Running make test on 64-bit Linux, I got an unexpected: testlfs : |Line 345: Large Files not supported SUCCESS
Investigating config.log, I see the test program failed on: | if (sizeof(off64_t) != 8 || sizeof(off_t) != 4) | exit(1); OK, sizeof(off_t) on 64-bit is 8, so that line fails. Presumably this is just a slightly misleading message from the test suite, and LFS is a no-op. Or am I missing something? -- Nick Kew
