Additionally, candidate names contains libpython38.dll.a. AFAIK this is not a viable dynamic library name and should not be considered. get_config_var("LDLIBRARY") and get_config_var("LIBRARY") return libraries that are archives due to the python in question not being compiled with --enable-shared.
Additionally, candidate names contains
libpython38.dll.a
. AFAIK this is not a viable dynamic library name and should not be considered.get_config_var("LDLIBRARY")
andget_config_var("LIBRARY")
return libraries that are archives due to the python in question not being compiled with--enable-shared
._Originally posted by @ktbarrett in https://github.com/ktbarrett/find_libpython/issues/1#issuecomment-770097103_