This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients pitrou, sable
Date 2011-02-11.13:16:18
SpamBayes Score 0.037449807
Marked as misclassified No
Message-id <1297430178.8.0.0619021232328.issue11184@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so the following patch should help:

Index: configure.in
===================================================================
--- configure.in        (revision 88393)
+++ configure.in        (working copy)
@@ -1375,6 +1375,8 @@
 
 if test "$use_lfs" = "yes"; then
 # Two defines needed to enable largefile support on various platforms
+AC_DEFINE(_LARGEFILES, 1, 
+[This must be defined on some systems to enable large file support.])
 # These may affect some typedefs
 AC_DEFINE(_LARGEFILE_SOURCE, 1, 
 [This must be defined on some systems to enable large file support.])
History
Date User Action Args
2011-02-11 13:16:18sablesetrecipients: + sable, pitrou
2011-02-11 13:16:18sablesetmessageid: <1297430178.8.0.0619021232328.issue11184@psf.upfronthosting.co.za>
2011-02-11 13:16:18sablelinkissue11184 messages
2011-02-11 13:16:18sablecreate