cnd
cnd

Reputation: 33754

MinGW setup for "network" package

During cabal install network I'm getting:

__printf__ not found in DLL ..
.... \mingw32\bin\as.exe

and it fails.

What did I forgot to install?
What MinGW setup should I have?

Upvotes: 0

Views: 231

Answers (1)

tibbe
tibbe

Reputation: 9009

Setting up a working Windows development environment that allows you to update network has always been something of a pain. I know other people have had success setting up a MSYS2 environment and compiling network using that. These are my notes from the last time I set one up (this was prior to MSYS2): http://blog.johantibell.com/2011/01/setting-up-haskell-development.html

Upvotes: 1

Related Questions