valorisa / socat-1.8.0.0_for_Windows

socat 1.8.0.0-x86_64 [2023-30-11] for Windows 7, 10 & 11. socat is a relay for bidirectional data transfer between two independent data channels.
http://www.dest-unreach.org/socat/
28 stars 5 forks source link

I try to compile the project with cygwin, I got the exe file, but it must run in cygwin, otherwise it prompt lost cygwin*.dll #5

Open xjl456852 opened 1 month ago

xjl456852 commented 1 month ago

I try to compile the project with cygwin, I got the exe file, but it must run in cygwin, otherwise it prompt lost cygwin*.dll. How to deal with making it not dependent on the cygwin environment? thank you!

jeank93 commented 1 month ago

Hi, maybe you need to add this path C:\cygwin64\bin to the system's environment variables, I use the precompiled version and it gave me the same error.

dmiller423 commented 4 weeks ago

Why not just build with clang? (non cygwin/msys) I wish people would stop using ancient cruft...

xjl456852 commented 4 weeks ago

Why not just build with clang? (non cygwin/msys) I wish people would stop using ancient cruft...

I tried to use clang, But I can't install the dependencies. how to install these cyg-get gcc-g++ gcc-core make gcc-fortran gcc-objc gcc-objc++ libkrb5-devel libkrb5_3 libreadline-devel libssl-devel libwrap-devel tcp_wrappers libraries?

valorisa commented 1 week ago

Could you please supply a screenshot ?

valorisa commented 1 week ago

" I tried to use clang, But I can't install the dependencies. how to install these cyg-get gcc-g++ gcc-core make gcc-fortran gcc-objc gcc-objc++ libkrb5-devel libkrb5_3 libreadline-devel libssl-devel libwrap-devel tcp_wrappers libraries? " You have to run the setup.exe of Cygwin to install packages one by one. https://www.cygwin.com/install.html