Hello all :)<br><br>Since I don't have a proper Unix system yet, and since Visual Studio is such a pain when it comes to Clang, I decided to try out MinGW.<br><br>I've properly installed MinGW, and I've followed the instructions at:<br>

<a href="http://clang.llvm.org/get_started.html" target="_blank">http://clang.llvm.org/get_started.html</a><br><br>I decided to begin simple, using `make` instead of `cmake`, but it fails:<br><br>>> make[1]: Entering directory `/d/llvm-build/tools/llvm-config`<br>
>> llvm[1]: Regenerating LibDeps.txt.tmp<br>>> 'd:' n'est pas reconnu en tant que commande interne ou externe, un programme executable ou un fichier de commandes.<br>>> nm failed at d:/llvm/utils/GenLibDeps.pl line 230.<br>
<br>(the French line means that apparently the script gets a "d:" command to execute, which probably stems from a path issue, since paths on Windows begin by the drive letter followed by a colon, though I don't understand how this could be interpreted as a command instead of a path...)<br>
<br>The script line is:<br><br>>> close UNDEFS or die "nm failed";<br><br>which does correspond to the error message... however I am no perl user... so I don't really understand what's going on here.<br>
<br>I'd appreciate some pointers from people using MinGW :)<br><br>Thanks,<br>Matthieu.<br><br>