facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 392 forks source link

M1 mac dose not work #231

Closed Xiang-cd closed 4 months ago

Xiang-cd commented 1 year ago

brew install cmake brew install glog gflags boost brew install double-conversion brew install openssl brew install fmt with above dependence installed when run following command: cmake ../wdt -G "Unix Makefiles" -DBUILD_TESTING=off -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@1.1/ make -j

end error with

[ 84%] Linking CXX shared library libwdt_min.dylib ld: malformed 64-bit a.b.c.d.e version number: 1.32.1910230 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [libwdt_min.1.32.1910230.dylib] Error 1 make[1]: [CMakeFiles/wdt_min.dir/all] Error 2 make: *** [all] Error 2