Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64845d commit 6506967Copy full SHA for 6506967
1 file changed
README
@@ -642,7 +642,13 @@ Building a shared libpython
642
Starting with Python 2.3, the majority of the interpreter can be built
643
into a shared library, which can then be used by the interpreter
644
executable, and by applications embedding Python. To enable this feature,
645
-configure with --enable-shared.
+configure with --enable-shared.
646
+
647
+If you do so, a static library will be created in addition to the
648
+shared library, which uses the same object files as the shared library
649
+In particular, the library likely object files using
650
+position-independent code (PIC) if PIC flags are needed for the shared
651
+library.
652
653
654
Configuring additional built-in modules
0 commit comments