<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Linker Error when using trunk version of LLVM on Mingw"
   href="http://llvm.org/bugs/show_bug.cgi?id=18565">18565</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Linker Error when using trunk version of LLVM on Mingw
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Support Libraries
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>moses.williamsteven@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Use of library results in:

C:/POSIX/lib/libLLVMSupport.a(DynamicLibrary.o):DynamicLibrary.cpp:(.text+0xf0a):
undefined reference to `__imp_EnumerateLoadedModules64'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x2d7): undefined
reference to `__imp_SymSetOptions'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x2e8): undefined
reference to `__imp_SymInitialize'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x2ef): undefined
reference to `__imp_SymGetModuleBase64'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x313): undefined
reference to `__imp_SymFunctionTableAccess64'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x350): undefined
reference to `__imp_StackWalk64'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x456): undefined
reference to `__imp_SymGetSymFromAddr64'
C:/POSIX/lib/libLLVMSupport.a(Signals.o):Signals.cpp:(.text+0x4f4): undefined
reference to `__imp_SymGetLineFromAddr64'

Compiled with:
./configure  --enable-optimized --enable-static --disable-shared --enable-cxx11
--host=x86_64-w64-mingw32 --with-python=/c/POSIX/bin/python
--enable-ltdl-install

On mingw-w64, gcc-4.8.1, sjlj threads:posix</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>