[Haskell-cafe] Haskell-Cafe Digest, Vol 94, Issue 34

Gregory Guthrie guthrie at mum.edu
Wed Jun 15 14:38:26 CEST 2011


-------------------------------------------
> Subject: Re: [Haskell-cafe] Best platform for development with GHC?
> On Wed, 15 Jun 2011, Dmitri O.Kondratiev wrote:
> 
> Since I maintain the gnuplot binding for Haskell - what are the particular
> problems with that package on Windows?
> 
> ********************************************
[Guthrie] I installed gnuplot using cabal on Windows, and get this:

:m + Graphics.Gnuplot.Simple
plotFunc [] (linearScale 1000 (-10,10)) sin

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\guthrie>ghci
GHCi, version 7.0.3: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package ffi-1.0 ... linking ... done.

Prelude> :m + Graphics.Gnuplot.Simple
Prelude Graphics.Gnuplot.Simple> plotFunc [] (linearScale 1000 (-10,10)) sin
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package Win32-2.2.0.1 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package monoid-transformer-0.0.2 ... linking ... done.
Loading package utility-ht-0.0.7 ... linking ... done.
Loading package gnuplot-0.4.2 ... linking ... done.
*** Exception: gnuplot: createProcess: does not exist (No such file or directory)



More information about the Haskell-Cafe mailing list