ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 223 forks source link

Windows installer lacks recent msvcrt and msvcp. #202

Open pitrou opened 10 years ago

pitrou commented 10 years ago

For llvmlite/llvmdev to work under Windows XP (SP3) with Conda, I had to manually copy the following DLLs from another system: msvcp120.dll, msvcr120.dll.

ilanschnell commented 9 years ago

This is because packages in Anaconda are only compile with MSVC 2008 or 2010.

pitrou commented 9 years ago

I understand that :-) However, LLVM 3.5 won't build with those older compiler versions, which is why we need those DLLs.

pitrou commented 9 years ago

See #194 in case you haven't seen it.