Bernhard Walle <bernhard@...> writes: > No, not in general. This flag "just" sets --enable-lfs or > --enable-largefile as configure option for programs that support it. > Grep for 'PTXCONF_GLOBAL_LARGE_FILE' and 'GLOBAL_LARGE_FILE_OPTION'. > > It doesn't set compile flags directly.
D'oh! But your clue was the right direction. The problem lies in how apr (Apache Portable Runtime) detects how to use large file support. On the one hand side it detects, that additional CFLAGS are not needed on the other hand side it detects, that off_t should be redefined as off64_t (which is ok for my x86-64 machine). As I'm using apr-1.4.8 instead of current shipped apr-0.9.20, I'm going to investigate, if this happens also to apr-0.9.20. If so, I would post a patch. This patch should include selectable large file support as well? Felix -- ptxdist mailing list ptxdist@pengutronix.de