Large file support in Linux
randy at dayton.akorn.net
randy at dayton.akorn.net
Mon Sep 3 22:20:45 EDT 2001
More information about the Python-list mailing list
Mon Sep 3 22:20:45 EDT 2001
- Previous message (by thread): Issue Resolved (WAS Re: Questions on COM Objects scripting)
- Next message (by thread): Large file support in Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm trying to build Python 2.1.1 on Linux (RedHat 7.1) that can handle large files. I tried the configure command on the website (http://www.python.org/doc/current/lib/posix-large-files.html) but I can't get it to work. What I tried: CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \ ./configure make This results in these errors during build: Objects/fileobject.c: In function '_portable_ftell': Objects/fileobject.c:267: incompatible types in return Has anyone built Python with large file support on Linux? Thanks, -Randy
- Previous message (by thread): Issue Resolved (WAS Re: Questions on COM Objects scripting)
- Next message (by thread): Large file support in Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list