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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -