[Python-bugs-list] [ python-Bugs-446602 ] Large File Support for Linux

noreply@sourceforge.net noreply@sourceforge.net
Wed, 01 Aug 2001 10:00:46 -0700


Bugs item #446602, was opened at 2001-07-31 16:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=446602&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Patrick Day (pday)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Large File Support for Linux

Initial Comment:
In section 8.1.1 (Large File Support) of the Python
Library Reference a method of activating large file
support in Linux was described as follows:

CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CC
./configure

This does not work. I think what was meant was
something like:

CC="gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CC
./configure


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-01 10:00

Message:
Logged In: YES 
user_id=3066

This ias already been fixed.  The fix was released as part
of the Python 2.1.1 documentation package.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=446602&group_id=5470