2012/1/16 Mike Jones! <[email protected]>: > 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!
Hello Mike, first to the general thing. Please subscribe to this ML before posting to it, as otherwise you need to wait until a ML-maintainer might approve your post. To you question: You should have in your directory <sysroot>/libexec/gcc/x86_64-w64-mingw32/4.6.0 the dll. Please check for this. Regards, Kai ------------------------------------------------------------------------------ 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
