[LLVMbugs] [Bug 13909] New: MingW names clang library as liblibclang.dll on Windows 7 64 bit

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 24 07:33:34 PDT 2012


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

             Bug #: 13909
           Summary: MingW names clang library as liblibclang.dll on
                    Windows 7 64 bit
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: clay.Sweetser at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


On Windows 7 64 bit, the Mingw compiler names the libclang library
"liblibclang.dll", instead of "libclang.dll". This prevents the python libclang
bindings from running, as they are written to load "libclang.dll" . I believe
that this is caused by a configuration patch, meant to satisfy Visual Studios
naming convention for libraries, however I do not have enough expertise with
the configuration system to create a patch or fix to explicitly disable this
naming configuration on Mingw builds

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list