wsy4665 / cudamat

Automatically exported from code.google.com/p/cudamat
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Makefile saying "cannot open file 'kernel32.lib' " #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem:
When I try to make, I get a lot of "cl : Command line warning D9002 : ignoring 
unknown option '-fPIC' ", and this terminates in "LINK : fatal error LNK1104: 
cannot open file 'kernel32.lib'. " 

What steps will reproduce the problem?
1. Download 32 bit Python 2.7.5
2. Download 32 bit CUDA 5.0
3. Download cudamat
4. Download Microsoft Visual C++ Studios 10.0 x86

Any idea how I could fix this? 

Original issue reported on code.google.com by jacobtr...@yahoo.com on 1 Jun 2013 at 6:40