python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cygwin Mingw (C) can't find openssl
src/tls_openssl.c:25:25: fatal error: openssl/ssl.h: No such file or directory
#include <openssl/ssl.h>
^
compilation terminated.
make: *** [Makefile:1643: src/libstrop...
Ryan Glenn
Votes: 0
Answers: 1
ctosstool-ng build fails on cygwin for armv8-rpi3-linux-gnueabihf
I am trying to build a arm RPI4 crosscompiler and toolchain on cygwin on windows 10 with ctosstool-ng-1.24.0
The process works fine generating a arm RPI4 toolchain from ubuntu 20.4 host but fails on w...
sith
Votes: 0
Answers: 0
How do I get exit code of script run with mintty.exe?
In Windows, I'm excecuting a bash script using Cygwin64 and mintty.exe, this way:
mintty.exe -e C:\some_path\some_bash_script.sh
I need to capture the script's errors but %ERRORLOVEL% is always 0, eve...
stander
Votes: 0
Answers: 1