Hi Takumi,<br><br>You were right, the issue was Perl. I had (naively) downloaded Strawberry Perl instead of the msys-perl package.<br><br>> I have now downloaded the msys-perl package<br>> I have reviewed my PATH and made it as minimal I could<br>
<br>I have another problem now:<br><br>make[2]: Leaving directory `/d/llvm-build/tools/llvm-config`<br>llvm-config: unknown component name: bitreader<br>make[2]: Entering directory `/d/llvm-build/tools/opt`<br>/d/lvlm/Makefiles.rules:941: *** llvm-config --libs failed.   Stop.<br>
<br>This corresponds to this command in the Makefile:<br><br>LLVMConfigLibs := $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS) || echo Error)<br><br>Apparently $(LLVM_CONFIG) is /d/llvm-build/tools/llvm-config so I don't really understand how it is supposed to be executable.<br>
<br>I joined the Makefile.config and config.log files this time. The version of perl is correctly detected, though it does not seem to be an issue any longer.<br><br>Thanks for assisting,<br>Matthieu.<br><br><div class="gmail_quote">
2011/2/27 NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Matthieu,<br>
<br>
Please make sure;<br>
<br>
  - You are using "MSYS" and working on "MSYS bash shell".<br>
    (It seems you would be right)<br>
  - Your msys has "perl"<br>
    $ type perl<br>
    perl is /bin/perl<br>
    (msys-unaware perl distros (eg. activeperl) will not work for you)<br>
  - Make sure you are using mingw32's gcc and mingw32's binutils (nm etc)<br>
    $ type gcc<br>
    gcc is /mingw/bin/gcc<br>
    $ type nm<br>
    nm is /mingw/bin/nm<br>
<br>
If you did not build anyways. please show us; "config.log" and<br>
"Makefile.config".<br>
<font color="#888888"><br>
...Takumi<br>
</font></blockquote></div><br>