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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to