Tagged Questions
1
vote
1answer
101 views
Installing Haskell Platform overrides gcc location in system PATH
I am running the latest version of MinGW GCC 4.7.2, and it was working fine with -std=c++11 before I installed Haskell using Haskell Platform. Please take a look at this:
For some reason, the GCC ...
0
votes
0answers
113 views
resize png's in haskell on windows
i need http://hackage.haskell.org/package/imagemagick or http://hackage.haskell.org/package/gd-3000.7.3 or similar on windows/mingw (64 bit, but 32 ok) to resize png's. i can't find step-by-step ...
4
votes
0answers
130 views
Compile SDL with cabal in MinGW
I’m trying to install SDL within cabal for Haskell, in MinGW, but I got some problems. cabal can’t find the C library, and I don’t know why. Here some info:
I have downloaded both the dev and ...
2
votes
0answers
107 views
Linking Error Using HsLua on Windows
I am having some issues using HsLua as a library. Lua compiles just fine as a standalone. And this version runs on my Linux box without a problem. Here is the linking error I see.
GHCi, version ...
0
votes
1answer
94 views
ld error while building GD library for Haskell on Windows
When installing the Haskell GD package through cabal, on Windows (using MinGW), I get the following warnings:
Warning: resolving _gdImagePtrDestroyIfNotNull by linking to ...
3
votes
0answers
317 views
Linking c++ dll with Haskell-Platform on Windows, outputs 'undefined reference'
I am a Haskell enthusiast and have got stuck upon compiling my little Haskell program on Windows. My program uses the iconv package, which in turn uses the foreign library written in c/c++. To make ...
1
vote
0answers
286 views
problem installing libClang with cabal on minGW
Who can help me installing libClang with cabal install? I do the following things:
Install haskell plattform
install minGW on my Windows 7 System
download LLVM Binaries for Mingw32/x86 and Clang ...
1
vote
1answer
304 views
cross-compiling haskell code through ghc and mingw tools
I've tried -fvia-C and the -pgms, but none of them manage to create an executable, splurting out lots of errors like Warning: retaining unknown function ``L4' in output from C compiler.