* [Caml-list] Complex.t @ 2002-07-11 11:06 Alessandro Baretta 2002-07-11 13:56 ` Xavier Leroy 0 siblings, 1 reply; 2+ messages in thread From: Alessandro Baretta @ 2002-07-11 11:06 UTC (permalink / raw) To: Ocaml I'm trying to compile fftw for O'Caml. Does anyone know where I can find the Complex module it needs? Is it maybe in the CVS version? (I'm presently using a stock 3.04.) Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] Complex.t 2002-07-11 11:06 [Caml-list] Complex.t Alessandro Baretta @ 2002-07-11 13:56 ` Xavier Leroy 0 siblings, 0 replies; 2+ messages in thread From: Xavier Leroy @ 2002-07-11 13:56 UTC (permalink / raw) To: Alessandro Baretta; +Cc: Ocaml > I'm trying to compile fftw for O'Caml. Does anyone know > where I can find the Complex module it needs? Is it maybe in > the CVS version? (I'm presently using a stock 3.04.) There is indeed a Complex module in the standard library of the forthcoming 3.05 release, but I'm not sure this is the module FFTW uses. (It is surprising that a released version of FFTW would rely on an unreleased version of OCaml!). At any rate, you can either download the CVS version of OCaml from http://camlcvs.inria.fr, or just pick the sources for the Complex module at the URLs below and compile them yourself -- it's straightforward. http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/ocaml/stdlib/complex.mli http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/ocaml/stdlib/complex.ml Hope this helps, - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-11 13:56 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2002-07-11 11:06 [Caml-list] Complex.t Alessandro Baretta 2002-07-11 13:56 ` Xavier Leroy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox