[Haskell-cafe] install cuda
Trevor L. McDonell
tmcdonell at cse.unsw.edu.au
Sun Mar 31 04:01:57 CEST 2013
Hi,
CUDA package maintainer here. I don't have access to a Win7 box with compatible GPU, nor a lot of experience writing packages for windows. If you do get it working please send me a pull request on github. I'd be great to have this working for windows as well.
Cheers,
-Trevor
On 31/03/2013, at 10:56 AM, Henk-Jan van Tuyl <hjgtuyl at chello.nl> wrote:
> On Sat, 30 Mar 2013 20:43:58 +0100, Peter Caspers <pcaspers1973 at gmail.com> wrote:
>
>> 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.
> :
> :
>> configure: error: C compiler cannot create executables
>> See `config.log' for more details
> :
>
> The message says it all:
> See `config.log' for more details
> The config.log file is probably in the directory where cabal-install unpacks it (%appdata%\cabal\cuda-<revision>); you can also use the commands:
> cabal unpack cuda
> cd cuda
> cabal install
> notepad config.log
>
> I just had the same error message for another package; from the config.log file it became clear, that the linker could not find the necessary library. Make sure, that the libraries and header files can be found by the compiler and linker, by setting the proper environment variables, see [0]
>
> Regards,
> Henk-Jan van Tuyl
>
>
> [0] http://www.haskell.org/haskellwiki/Windows#Tools_for_compilation
>
>
> --
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> Haskell programming
> --
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list