Fix & clean up the information about building Python with large file support

for Linux.

This closes SF bug #434975.
This commit is contained in:
Fred Drake 2001-06-22 16:01:20 +00:00
parent 1a3125ef73
commit 93438bf0a2
1 changed files with 3 additions and 4 deletions

View File

@ -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}}