Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

cmake names clang library as liblibclang.dll on Windows 7 64 bit #13618

Open Quuxplusone opened 12 years ago

Quuxplusone commented 12 years ago
Bugzilla Link PR13909
Status NEW
Importance P normal
Reported by clay.Sweetser@gmail.com
Reported on 2012-09-24 09:33:34 -0700
Last modified on 2013-03-30 22:13:24 -0700
Version trunk
Hardware PC Windows NT
CC anton@korobeynikov.info, geek4civic@gmail.com, llvm-bugs@lists.llvm.org, martellmalone@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

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

Quuxplusone commented 11 years ago

Hi clay I have fixed this.

http://llvm-reviews.chandlerc.com/D601

Quuxplusone commented 11 years ago

http://llvm-reviews.chandlerc.com/D601

Hi clay,

I've fixed this bug