mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +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:
 | 
					On large-file-capable Linux systems, this might work:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{verbatim}
 | 
					\begin{verbatim}
 | 
				
			||||||
CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
 | 
					CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \
 | 
				
			||||||
export CC
 | 
					        ./configure
 | 
				
			||||||
./configure
 | 
					\end{verbatim} % $ <-- bow to font-lock
 | 
				
			||||||
\end{verbatim}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\subsection{Module Contents \label{posix-contents}}
 | 
					\subsection{Module Contents \label{posix-contents}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue