<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000099">
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif">Hi,</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif"><br>
</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif">I finally gave up building on
Linux, in the meantime, and tried to build this version straight on
Windows, using mingw32.</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif">This is my command line:</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">(running from <font
 face="Helvetica, Arial, sans-serif">/c/llvm1.8/generated-llvm/obj)</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><b><font
 face="Helvetica, Arial, sans-serif">../../llvm/configure
--prefix=/c/llvm1.8/gene</font></b></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><b><font
 face="Helvetica, Arial, sans-serif">rated-llvm/install/ --enable-debug-runtime
--enable-jit</font></b></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif">This is my path definition (it has
several redundancies):</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">$ echo $PATH<br>
.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program
Files/Common Files/Teleca
Shared:/mingw:/c/downloads:/c/llvm1.8/generated-llvm/obj/Debug/bin:/c/llvm1.8-mingw32/bin:/c/llvm1.8-frontend/bin:/mingw/bin</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif">And this is the error I get while
running configure:</font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">.</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">.</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">.<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif"></font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif"></font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif"> </font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">appending configuration
tag CXX to mklib<br>
appending configuration tag F77 to mklib<br>
checking for llvm-gcc.exe... /c/llvm1.8-mingw32/bin/llvm-gcc.exe<br>
checking for llvm-g++.exe... /c/llvm1.8-mingw32/bin/llvm-g++.exe<br>
<b>checking tool compatibility... configure: error: g++|icc required
but not found</b></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">I searched the file
system and couldn't find a file called g++.exe - only gcc.exe (which is
located under mingw/bin) and llvm-g++.exe (which is located under
llvm1.8-frontend/bin).</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">What seems to be the
problem and how can I solve it?</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">guy@MS-WXP-AVIV
/c/llvm1.8/generated-llvm/obj<br>
<br>
<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><font
 face="Helvetica, Arial, sans-serif"></font></p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
Anton Korobeynikov wrote:<br>
</p>
<blockquote
 cite="mid:b087fca00811030156i1745110dt57c32d0dccdda1c0@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">AsmWriterEmitter.cpp:(.text+0x78): undefined reference to `__dso_handle'
AsmWriterEmitter.cpp:(.text+0x8c): undefined reference to `__cxa_atexit'
    </pre>
  </blockquote>
  <pre wrap=""><!---->This is not connected with that warning. Something is wrong with your
compiler / linker. Either it does not provide needed libraries, or
broken in other way.

  </pre>
  <blockquote type="cite">
    <pre wrap="">AsmWriterEmitter.cpp:(.text+0x25e): undefined reference to `_ZNSsC1ERKSs'
    </pre>
  </blockquote>
  <pre wrap=""><!---->these came from libstdc++

  </pre>
  <blockquote type="cite">
    <pre wrap="">AsmWriterEmitter.cpp:(.text+0x273): undefined reference to `_ZNSsC1ERKSs'
AsmWriterEmitter.cpp:(.text+0x28b): undefined reference to `_ZNSsC1ERKSs'
AsmWriterEmitter.cpp:(.text+0x2a5): undefined reference to `_ZNSsD1Ev'
AsmWriterEmitter.cpp:(.text+0x2ad): undefined reference to `_Unwind_Resume'
    </pre>
  </blockquote>
  <pre wrap=""><!---->and this from libgcc

  </pre>
</blockquote>
</body>
</html>