[19:53:18] <dalley> hi, I'm trying to build compiled wheels for a C library using manylinux2014, and I'm hitting a linker error. https://github.com/dralley/libcomps/runs/446754763?check_suite_focus=true#step:6:308
[19:53:52] <dalley> is there an obvious mistake or resolution for that issue?
[20:41:20] <dalley> ngoldbaum, this is inside of the manylinux container thing, and building against many different versions of Python, so I would think that installing system Python libraries would not be the correct course?
[20:41:57] <ngoldbaum> i mean, it apparently needs libpython3.6
[20:42:30] <ngoldbaum> does that container use its own python builds or does it use the system python packages?
[20:43:00] <dalley> I believe the former. I'm new to messing around with manylinux
[20:43:12] <ngoldbaum> ok, in that case you'll need to find where it puts those libraries
[20:43:30] <ngoldbaum> apparently it found the headers
[20:43:38] <ngoldbaum> so you just need to tell it where to find the .so files
[20:43:48] <dalley> there's other variables too -- I'm using scikit-build which wraps setuptools to integrate it with CMake and allow CMake to drive the build