Hi. I'm not familiar with rust language and its ecosystem. One of the packages I use needs rust for building and during build, it complains about it cannot find libgcc. The thing is there is no libgcc. I'm using pure LLVM toolchain on top of MinGW. I'm getting this error when tryin to build rust from source too.
So my question is, how may I get rid of libgcc complaint and build rust without libgcc?
Thanks for answers.