| Trees | Indices | Help |
|
|---|
|
|
distutils.emxccompiler
Provides the EMXCCompiler class, a subclass of UnixCCompiler that handles the EMX port of the GNU C compiler to OS/2.
|
|||
| EMXCCompiler | |||
|
|||
|
|||
|
|||
|
|||
__revision__ =
|
|||
CONFIG_H_OK =
|
|||
CONFIG_H_NOTOK =
|
|||
CONFIG_H_UNCERTAIN =
|
|||
Imports: os, sys, copy, gen_preprocess_options, gen_lib_options, UnixCCompiler, write_file, DistutilsExecError, CompileError, UnknownFileError, log
|
|||
Check if the current Python installation (specifically, pyconfig.h)
appears amenable to building extensions with GCC. Returns a tuple
(status, details), where 'status' is one of the following constants:
CONFIG_H_OK
all is well, go ahead and compile
CONFIG_H_NOTOK
doesn't look good
CONFIG_H_UNCERTAIN
not sure -- unable to read pyconfig.h
'details' is a human-readable string explaining the situation.
Note there are two ways to conclude "OK": either 'sys.version' contains
the string "GCC" (implying that this Python was built with GCC), or the
installed "pyconfig.h" contains the string "__GNUC__".
|
Try to find out the versions of gcc and ld. If not possible it returns None for it. |
|
|||
__revision__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:40:41 2008 | http://epydoc.sourceforge.net |