Hi,<br><br>I'm trying to build llvm and clang on windows using mingw/msys with the compilers provided be the llvm-gcc 2.7 release.<br>On a first not I had to rename the i386-mingw32-.... stuff to gcc, g++ and so on to passify configure about the compilers. <br>
I configure with --enable-jit --disable-threads and --with-llvm-gccdir=... <br>Now I keep getting warnings about the "--export-dynamic" flag which is unsupported. Now the question is should I change it to "--export-all-symbols" as suggested? <br>
<br>-Frank<br>