mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix & clean up the information about building Python with large file support
for Linux. This closes SF bug #434975.
This commit is contained in:
parent
1a3125ef73
commit
93438bf0a2
1 changed files with 3 additions and 4 deletions
|
|
@ -62,10 +62,9 @@ CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS" \
|
|||
On large-file-capable Linux systems, this might work:
|
||||
|
||||
\begin{verbatim}
|
||||
CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
export CC
|
||||
./configure
|
||||
\end{verbatim}
|
||||
CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \
|
||||
./configure
|
||||
\end{verbatim} % $ <-- bow to font-lock
|
||||
|
||||
|
||||
\subsection{Module Contents \label{posix-contents}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue