[Haskell-cafe] install cuda
Peter Caspers
pcaspers1973 at gmail.com
Sat Mar 30 20:43:58 CET 2013
Hi,
I am trying to install the cuda package on a Windows 7 enviroment.
However I run into an error and can not figure out, what it is.
Can someone help ?
Thanks a lot
Peter
C:\Users\Peter\_dev\haskell>cabal install cuda
Resolving dependencies...
[1 of 1] Compiling Main (
C:\Users\Peter\AppData\Local\Temp\cuda-0.5.0.1-11856\cuda-0.5.0.1\Setup.hs,
C:\Users\Peter\AppData\Local\Temp\cuda-0.5.0.1
-11856\cuda-0.5.0.1\dist\setup\Main.o )
Linking
C:\Users\Peter\AppData\Local\Temp\cuda-0.5.0.1-11856\cuda-0.5.0.1\dist\setup\setup.exe
...
Configuring cuda-0.5.0.1...
cygwin warning:
MS-DOS style path detected:
C:\Users\Peter\AppData\Roaming\cabal/share/config.site
Preferred POSIX equivalent is:
/cygdrive/c/Users/Peter/AppData/Roaming/cabal/share/config.site
CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
checking for gcc... C:\Program Files (x86)\Haskell
Platform\2012.4.0.0\mingw\bin\gcc.exe
checking whether the C compiler works... no
configure: error: in
`/cygdrive/c/Users/Peter/AppData/Local/Temp/cuda-0.5.0.1-11856/cuda-0.5.0.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
cabal: Error: some packages failed to install:
cuda-0.5.0.1 failed during the configure step. The exception was:
ExitFailure 77
More information about the Haskell-Cafe
mailing list