You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 60%] Linking C shared library libhacl.so
ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Hacl_Impl_Chacha20_Vec_chacha20_constants'; recompile with -fPIC
>>> defined in CMakeFiles/hacl.dir/src/Hacl_Chacha20.c.o
>>> referenced by Hacl_Chacha20_Vec128.c
>>> CMakeFiles/hacl_vec128.dir/src/Hacl_Chacha20_Vec128.c.o:(Hacl_Chacha20_Vec128_chacha20_encrypt_128)
[...]
cc: error: linker command failed with exit code 1 (use -v to see invocation)
should be extended to also match on ${CMAKE_SYSTEM_NAME} MATCHES FreeBSD. I think that should be able to fix this, but I'm not exactly sure how to test that (because idk how it is packaged for opam)
https://gist.github.com/fogti/be2b57e38a2d0180b4bec9936bfa60f4
uname -a:
FreeBSD burton 13.2-RELEASE-p1 [...] GENERIC amd64
The text was updated successfully, but these errors were encountered: