MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / gen_lib_options

Function gen_lib_options

Lib/distutils/ccompiler.py:1056–1095  ·  view source on GitHub ↗

Generate linker options for searching library directories and linking with specific libraries. 'libraries' and 'library_dirs' are, respectively, lists of library names (not filenames!) and search directories. Returns a list of command-line options suitable for use with some compile

(compiler, library_dirs, runtime_library_dirs, libraries)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

linkMethod · 0.90
linkMethod · 0.90
linkMethod · 0.90
test_gen_lib_optionsMethod · 0.90

Calls 8

splitMethod · 0.80
appendMethod · 0.45
library_dir_optionMethod · 0.45
extendMethod · 0.45
find_library_fileMethod · 0.45
warnMethod · 0.45
library_optionMethod · 0.45

Tested by 1

test_gen_lib_optionsMethod · 0.72