Using MinGW to compile C code, but error liblto_plugin-0.dll not found? -


i'm using mingw compile c code. when give command "make", appear error : gcc.exe : fatal error: -fuse-linker-plugin, liblto_plugin-0.dll not found compilation terminated. make: * [all] error 1. know how solve it?

though long time since asked, faced same issue , found fine workaround when compiling.

gcc -fno-use-linker-plugin test.cpp -o test


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -