Trying to cross build static Tor on Linux with mingw (to use on Windows-x86). It seems configure cannot find OpenSSL if its version is not 1.0.2. Tried openssl-1.1.0 and openssl-1.1.1, and also different Tor versions from 0.3.5.XX to 0.4.0.5 and 0.4.1.5. Building against openssl-1.0.2 works.
Trac: Username: shredder
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
I'm told by somebody on irc today that openssl 1.0.2 is now unsupported. So the folks trying to maintain "static Tor binary on Windows" build scripts, such as
https://gitlab.com/euphrosyne/tor-mingw/blob/master/guide
are now out of options.
I wonder how rbm solves this one; I'm cc'ing boklm to find out. Maybe it's simply by not making it that static.
It would help here to have the contents of config.log after successfully finding openssl-1.0.2 for a static build, and the contents of config.log after failing to find openssl-1.1.1 for a static build.