Error with G++ while compiling -
i got error when trying compile cpp code
c:\mingw\bin>g++ hello.cpp g++: fatal error: -fuse-linker-plugin, liblto_plugin-0.dll not found compilation terminated
what going wrong?
you have (or build-system has) specified flag -fuse-linker-plugin
requires dynamic library file liblto_plugin-0.dll
in library search path, linker cannot find it.
btw, have discovered reading error message got.
Comments
Post a Comment