[lisaac-Bugs][312179] Bad #define for 64 bits offset in lisaac.li

lisaac-bugs at alioth.debian.org lisaac-bugs at alioth.debian.org
Sun Aug 15 09:25:32 UTC 2010


Bugs item #312179, was changed at 2009-12-23 11:07 by Mildred Ki'Lya
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312179&group_id=100200

Status: Open
Priority: 3
Submitted By: Nicolas Boulay (cyrano-guest)
Assigned to: Benoit Sonntag (sonntag-guest)
Summary: Bad #define for 64 bits offset in lisaac.li 
Target Milestone: Lisaac 0.4
>Category: Compiler: Cosmetic
Tags: None


Initial Comment:
Linux standard required the use of the compile option : "getconf LFS_CFLAGS" This return "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

The compiler introduce today on top of generated file:
#define _LARGE_FILE_API
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE

 For Linux, one define is missing. But i think the good way of doing is to put this on the management of target and use "getconf LFS_CFLAGS" in the gcc command line under Linux.

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312179&group_id=100200



More information about the Lisaac-devel mailing list