Hi there, I'm trying to build 64-bit programs using MinGW-w64, but encountering the error in the subject. The environment is Windows 7 Professional x64 running on an i7-2600.
For a simple test case, I have three very small source files: http://pastebin.com/SRLVvbJZ Then trying to compile and link them with gcc: http://pastebin.com/15H0CcRk The individual object files can be built if -fno-use-linker-plugin is added, but I would really like to be able to use an IDE that can generate Makefiles and let gcc's front-end to ld handle the linking. The results I've found from googling basically just say to use -fno-use-linker-plugin, which isn't really a solution to me. The latest binary versions of the tools are in use. The file liblto_plugin-0.dll clearly exists so is there just a simple path configuration issue that's being missed? How do I fix this? Thanks, Mike Jones! ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
