Hi, 2011/10/28 Alexandre Gouraud <[email protected]>: > Hello, > > I have the same problem than the one described here: > http://sourceforge.net/mailarchive/message.php?msg_id=27458351 > The file exists in /mingw64/libexec/gcc/x86_64-w64-mingw32/4.7.0 > I added this path to my PATH, as well as to LD_RUN_PATH but it did not > solved anything. > > I suspect some mysconfiguration of either my prefix or my sysroot because I > see in the log below that: > > folder > c:\s2e\s2e-toolchain\mingw64\x86_64-w64-mingw32\bin\../lib/gcc/x86_64-w64-mingw32/4.7.0/include > ignored because does not exist > > indeed, the right path should be > c:\s2e\s2e-toolchain\mingw64\libexec\gcc\x86_64-w64-mingw32\4.7.0\include > > Any hint would be welcome.
The issue is that you are setting PATH to wrong bin directory. You should use here 'c:\s2e\s2e-toolchain\mingw64\bin' instead. The folder 'c:\s2e\s2e-toolchain\mingw64\x86_64-w64-mingw32\bin' is for internal use only and has not to be used by user directly. Regards, Kai ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
