GNU Info

Info Node: (python2.1-ext.info)Module Definition Options

(python2.1-ext.info)Module Definition Options


Next: Example Prev: Building Custom Interpreters Up: Building C and C++ Extensions on UNIX
Enter node , (file) or (file)node

Module Definition Options
=========================

Several compiler options are supported:

Option                               Meaning
------                               -----
-C                                   Tell the C pre-processor not to
                                     discard comments
-DNAME=VALUE                         Define a macro
-IDIR                                Specify an include directory, DIR
-LDIR                                Specify a link-time library
                                     directory, DIR
-RDIR                                Specify a run-time library
                                     directory, DIR
-lLIB                                Link a library, LIB
-UNAME                               Undefine a macro

Other compiler options can be included (snuck in) by putting them in
variables.

Source files can include files with `.c', `.C', `.cc', `.cpp', `.cxx',
and `.c++' extensions.

Other input files include files with `.a', `.o', `.sl', and `.so'
extensions.


automatically generated by info2www version 1.2.2.9