Closed Qix- closed 9 years ago
Looks like an issue building the shared libraries, resolving dependent symbols between them.
Is there something on my end that I need to fix, or is this a bug with the build infrastructure of libressl?
We need to fix something.
:+1: Let me know if I can help test anything.
The latest git HEAD should contain the fix. I opted to disable shared library builds for CMake on OS X for now, rather than leave it broken.
:+1: that fixed it right up. :)
Mac OSX 10.10.2. Huge dump incoming (not sure how many of the linker errors are relevant).
I don't normally post such long dumps, but I figured it might be relevant/useful
Two things to note: Build works using the
./configure --disable-asm && make check && make
method, and secondly the generator used makes no difference (Ninja wasn't the problem).