Advertisement
Guest User

Untitled

a guest
Jan 16th, 2012
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. C:\workspace\hello1>gcc -I"C:\mingw-w64-bin_i686-mingw_20111220\mingw\include" -o sayhi.exe main.c sayhi.c
  2. gcc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found compilation terminated.
  3.  
  4.  
  5. C:\workspace\hello1>dir C:\mingw-w64-bin_i686-mingw_20111220\libexec\gcc\x86_64-w64-mingw32\4.7.0\liblto_plugin-0.dll
  6. ...
  7. 01/13/2012 05:46 PM 272,300 liblto_plugin-0.dll
  8.  
  9.  
  10. C:\workspace\hello1>echo %PATH%
  11. C:\Windows\system32;...;C:\mingw-w64-bin_i686-mingw_20111220\x86_64-w64-mingw32\bin;C:\make-3.82.90-20111115\bin_amd64;C:\gnuwin32\bin;C:\mingw-w64-bin_i686-mingw_20111220\libexec\gcc\x86_64-w64-mingw32\4.7.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement