|
From: Ronald P. <pij...@ds...> - 2009-10-03 21:35:51
|
Hi all, I've been trying to get llvm-gcc compiled under mingw. Since I'll be updating it frequently, I thought it would be a good idea to install it to a separate directory. After (finally) figuring out that I needed to use --with-sysroot to get it to build correctly, I'm now faced with a problem while linking: C:\msys\mingw\bin/ld.exe: this linker was not configured to use sysroots collect2: ld returned 1 exit status Any ideas on how to solve this? Do I need to recompile the binutils and enable some switch for this? Thanks, Ronald |