[Haskell-cafe] dynamic loading of code on windows
Arnaud Bailly
arnaud.oqube at gmail.com
Fri Nov 12 09:20:51 EST 2010
Hello,
I recently tried to
cabal install plugins
on a windows box and it failed with the following error:
Resolving dependencies...
Downloading plugins-1.5.1.4...
Configuring plugins-1.5.1.4...
cabal: The package has a './configure' script. This requires a Unix
compatibility toolchain such as MinGW+MSYS or Cygwin.
cabal: Error: some packages failed to install:
plugins-1.5.1.4 failed during the configure step. The exception was:
ExitFailure 1
What solution can I use to load dynamically code in a cross-platform way ?
Thanks in advance
Arnaud
More information about the Haskell-Cafe
mailing list