
31 Mar
2013
31 Mar
'13
3:48 p.m.
You need to generate the configure script using autoconf: https://www.gnu.org/software/autoconf/manual/autoconf.html#autoconf-Invocati... On 03/31/2013 08:27 PM, Peter Caspers wrote:
Hmm, I get
Configuring cuda-0.5.0.0... setup.exe: configure script not found.
can you help ?
Peter
I was able to install the cuda package under 32-bit GHC 7.4.2 using the 5.0 SDK and use it from within ghci. This required using my fork of the cuda repo and following the instructions in my WINDOWS.md. Make sure nvcc is in your path (the CUDA installer should have made this so) and try 'cabal configure'.