wangyx1107

Results 3 comments of wangyx1107

I am facing the same issue when building 'example/tcpecho.cpp' with MinGW64-g++. Multiple linking errors were shown as 'undefined reference' even when given correct '-I -L -l' parameters after installation. I...

It turned out that the compatibility issue between MSVC and MinGW was the exact cause of the issue in my case. To address the problem: When first executing CMake, simply...

Sorry. The issue re-occurs when it comes to static library which cannot be solved by rebuilding with MinGW. (The solution above works for .dll) Maybe this is an issue that...