Arne Schmitz wrote: > Is this easily fixable, e.g. by using a int64_t type on compilers where it is > available (all ISO C99 ones)? This would also allow 32bit platforms to > specify larger quotas. >
If you want to specify 64 bit file (and quota) sizes, set CFLAGS and LDFLAGS before configure: CFLAGS="`getconf LFS_CFLAGS`" LDFLAGS="`getconf LFS_LDFLAGS`" export CFLAGS LDFLAGS ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
