Relative Content

Tag Archive for mongodbrustmingwdrivermsys2

Rust – Problem compiling mongodb drivers with MinGW and MSYS2 on Windows 10

I’m compiling a project that uses mongodb driver. Now the program is not compiling because among the package dependencies one needs the reference to two libraries ring_core_0_17_8_fiat_curve25519_adx_mul and the other ring_core_0_17_8_fiat_curve25519_adx_square. This is being compiled on Windows 10 using gcc/x86_64-w64-mingw32/14.2.0 from MSYS2.