<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/07/dc7891c0de3c27bca3441d1a7a96ac84"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2002-07-11T13:56:25"
  subject="Re: [Caml-list] Complex.t"
  prev="2002/07/b3015ae26296250e542fe692c8922683"
  next="2002/07/b880db58d08ebf9cb095c180792a116d"
  prev-in-thread="2002/07/b3015ae26296250e542fe692c8922683"
  prev-thread="2002/07/715a16e355e3fd170d7bc9f174c08d6b"
  next-thread="2002/07/29c34bf5bd36accb6baa9afd96dae97c"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Complex.t">
<msg 
  url="2002/07/b3015ae26296250e542fe692c8922683"
  from="Alessandro Baretta &lt;alex@b...&gt;"
  author="Alessandro Baretta"
  date="2002-07-11T10:59:25"
  subject="[Caml-list] Complex.t">
<msg 
  url="2002/07/dc7891c0de3c27bca3441d1a7a96ac84"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2002-07-11T13:56:25"
  subject="Re: [Caml-list] Complex.t">
</msg>
</msg>
</thread>

<contents>
&gt; I'm trying to compile fftw for O'Caml. Does anyone know 
&gt; where I can find the Complex module it needs? Is it maybe in 
&gt; 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

</contents>

</message>

