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 cc17e0e commit ad006b9Copy full SHA for ad006b9
Lib/distutils/ccompiler.py
@@ -689,12 +689,7 @@ def link_shared_lib(self,
689
extra_postargs=None,
690
build_temp=None,
691
target_lang=None):
692
- self.link(CCompiler.SHARED_LIBRARY, objects,
693
- self.library_filename(output_libname, lib_type='shared'),
694
- output_dir,
695
- libraries, library_dirs, runtime_library_dirs,
696
- export_symbols, debug,
697
- extra_preargs, extra_postargs, build_temp, target_lang)
+ raise NotImplementedError
698
699
700
def link_shared_object(self,
@@ -710,11 +705,7 @@ def link_shared_object(self,
710
705
711
706
712
707
713
- self.link(CCompiler.SHARED_OBJECT, objects,
714
- output_filename, output_dir,
715
716
717
708
718
709
719
720
def link_executable(self,
0 commit comments