[LLVMbugs] [Bug 18565] New: Linker Error when using trunk version of LLVM on Mingw

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jan 20 20:11:17 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18565

            Bug ID: 18565
           Summary: Linker Error when using trunk version of LLVM on Mingw
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: moses.williamsteven at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140121/e59cadd1/attachment.html>


More information about the llvm-bugs mailing list