[lisaac-Bugs][312179] Bad #define for 64 bits offset in lisaac.li
lisaac-bugs at alioth.debian.org
lisaac-bugs at alioth.debian.org
Wed Dec 23 10:07:59 UTC 2009
Bugs item #312179, was opened at 23/12/2009 10:07 by Nicolas Boulay
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: Lisaac Compiler
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