Alexander Neumann

Results 375 comments of Alexander Neumann

Multi config will always be a bit buggy because of vendored/custom `Find.cmake` scripts which doesn't concern themselves with multi config at all. There is also no way to fix it...

hmm linux ssl linkage is broken: ``` The necessary bits to build these optional modules were not found: _curses _curses_panel _dbm _gdbm _hashlib _ssl _tkinter readline To find the necessary...

Reason for breakage: ``` configure:23280: /usr/bin/cc -pthread -o conftest -fPIC -O3 -I/mnt/vcpkg-ci/installed/x64-linux/include -DNDEBUG -Wl,-rpath,/mnt/vcpkg-ci/installed/x64-linux/lib -L/mnt/vcpkg-ci/installed/x64-linux/lib conftest.c -lpthread -ldl -lutil -lssl -lcrypto >&5 /usr/bin/ld: /mnt/vcpkg-ci/installed/x64-linux/lib/libcrypto.a(libcrypto-lib-dso_dlfcn.o): in function `dlfcn_globallookup': dso_dlfcn.c:(.text+0x17): undefined reference...

> static triplet, traditional linker, -ldl too early. `-ldl` is not to early. Since it is not coming from openssl here. Seems like the pkg-config check in AX_CHECK_OPENSSL somehow is...

cc @Hoikas: Do you have any problems with this PR? You should still be able to build python3 statically if you don't need extensions. Just need to depend on python3[core]...

@WangWeiLin-MV Are you waiting for something to mark it reviewed or are you doing feature testing? I would like to see this being reviewed by Billy by Wednesday so that...

> Failed on Windows, try vcpkg install python3[core] then got: A the one case I did not check. Should be fixed now.

@BillyONeal @JavierMatosD: team on vacation or is there a pause in thursday team meetings? Was somehow expecting a response by now.

@JavierMatosD: Feels like you forgot about it? (or there was no team meeting?)

> Are we misunderstanding what this is intended to do somehow? Yes. If you are missing symbol from a linked library you'll get an linker error. If you are missing...