I am using rust-gmp-kzen library which bind rust to gmp. When I run the rust program, it aborts at the statement "BigInt::one();" which calls "__gmpz_init_set_ui" in it. I reinstall gcc, gmp, rustup vs. however problem still occurs.
dyld[77446]: missing symbol called
I searched a lot on the internet but could not find any related solution. Can anyone any idea about this problem?