File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 271271
272272To find out the required compiler and linker flags, you can execute the
273273:file: `python{ X.Y } -config ` script which is generated as part of the
274- installation process (a generic :file: `python3-config ` script is also
274+ installation process (a :file: `python3-config ` script may also be
275275available). This script has several options, of which the following will
276276be directly useful to you:
277277
@@ -294,9 +294,10 @@ be directly useful to you:
294294 example.
295295
296296If this procedure doesn't work for you (it is not guaranteed to work for
297- all Unix-like platforms; however, we welcome bug reports at
298- http://bugs.python.org), you will have to read your system's documentation
299- about dynamic linking and/or examine Python's Makefile and compilation
297+ all Unix-like platforms; however, we welcome :ref: `bug reports <reporting-bugs >`)
298+ you will have to read your system's documentation about dynamic linking and/or
299+ examine Python's :file: `Makefile ` (use :func: `sysconfig.get_makefile_filename `
300+ to find its location) and compilation
300301options. In this case, the :mod: `sysconfig ` module is a useful tool to
301302programmatically extract the configuration values that you will want to
302303combine together::
You can’t perform that action at this time.
0 commit comments