Hi, > SY> $ ./configure CFLAGS='-D_LARGEFILE64_SOURCE > SY> -D_FILE_OFFSET_BITS=64' > SY> --------------------------------------------------------------------- > > For me it seems ok > > SY> I have two questions. o Is there a method of checking for support > SY> 64-bit offset? o Is the _LARGEFILE64_SOURCE requred for GLOBAL? > > I'm not sure about global, but it definitely need for db-related code. > > For autoconf check you can use for example following macro: > > http://autoconf-archive.cryp.to/rssh_check_off64_t.html
I postpone implementing automatic recognition of LFS this time to avoid causing new troubles. Instead, I will do two things: 1. Adding a Q and A about LFS to the FAQ. I will introduce two definitions _LARGEFILE64_SOURCE and _FILE_OFFSET_BITS=64. 2. Reviving the compact format of GTAGS. The compact format reduce the size of GTAGS. Thanks to Alex and Jean-Marc for profitable information and support. Cheers, -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
