cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 43 forks source link

0.5.0 - Windows link error to libsodium #40

Closed lancethepants closed 2 years ago

lancethepants commented 2 years ago

Getting the following error when trying to compile for Windows. The github Windows release is empty as well.

  = note: /opt/mingw64/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld: /home/lance/pkt/packetcrypt_rs/target/x86_64-pc-windows-gnu/release/deps/liblibsodium_sys-26c9c0829cde9372.rlib(libsodium_la-onetimeauth_poly1305.o):onetimeauth_poly1305.c:(.rdata$.refptr.crypto_onetimeauth_poly1305_avx2_implementation[.refptr.crypto_onetimeauth_poly1305_avx2_implementation]+0x0): undefined reference to `crypto_onetimeauth_poly1305_avx2_implementation'
cjdelisle commented 2 years ago

Should be fixed now, check windows binary provided in v0.5.1, please reopen if not fixed