fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
769 stars 126 forks source link

[Mingw] Compile for mingw #59

Closed talregev closed 2 years ago

talregev commented 2 years ago

Compile for mingw

talregev commented 2 years ago
[100%] Linking CXX shared library libsockpp.so
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lc
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/sockpp.dir/build.make:87: libsockpp.so.0.7.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/sockpp.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

I am closing this PR.