<?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/e4a8636034edb61bf70f7a2a3638fc33"
  from="Alessandro Baretta &lt;alex@b...&gt;"
  author="Alessandro Baretta"
  date="2002-07-11T21:05:11"
  subject="Re: [Caml-list] Signal analysis"
  prev="2002/07/1eb354ae665e672f9daf6153184dec66"
  next="2002/07/f73aa69f24206e81ba402635bcb20ea7"
  prev-in-thread="2002/06/a4bdb2a50819d6586d232110135fed22"
  next-in-thread="2002/06/a80a2143a8f6d266ff79cbe5edc2dc29"
  prev-thread="2002/06/02236d44de8354250b8b15d84674cc5e"
  next-thread="2002/06/1bd1b35470a00b1522117e42ba7ee489"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Signal analysis">
<msg 
  url="2002/06/f3531696a2357eb394b59df1ea717e3a"
  from="Alessandro Baretta &lt;alex@b...&gt;"
  author="Alessandro Baretta"
  date="2002-06-03T17:14:16"
  subject="[Caml-list] Signal analysis">
<msg 
  url="2002/06/8a99254aee98e280807f87f673437ae2"
  from="Eray Ozkural &lt;erayo@c...&gt;"
  author="Eray Ozkural"
  date="2002-06-03T17:37:43"
  subject="Re: [Caml-list] Signal analysis">
<msg 
  url="2002/06/a4bdb2a50819d6586d232110135fed22"
  from="Christophe TROESTLER &lt;debian00@t...&gt;"
  author="Christophe TROESTLER"
  date="2002-06-04T13:58:29"
  subject="Re: [Caml-list] Signal analysis">
<msg 
  url="2002/07/e4a8636034edb61bf70f7a2a3638fc33"
  from="Alessandro Baretta &lt;alex@b...&gt;"
  author="Alessandro Baretta"
  date="2002-07-11T21:05:11"
  subject="Re: [Caml-list] Signal analysis">
</msg>
</msg>
</msg>
<msg 
  url="2002/06/a80a2143a8f6d266ff79cbe5edc2dc29"
  from="Berke Durak &lt;berke@a...&gt;"
  author="Berke Durak"
  date="2002-06-03T18:23:54"
  subject="Re: [Caml-list] Signal analysis">
<msg 
  url="2002/06/375fa8ae601aa4374ea15c7a0ceb3835"
  from="Markus Mottl &lt;markus@o...&gt;"
  author="Markus Mottl"
  date="2002-06-03T18:40:57"
  subject="Re: [Caml-list] Signal analysis">
</msg>
</msg>
</msg>
</thread>

<contents>


Christophe TROESTLER wrote:
&gt; On Thu, 11 Jul 2002, Alessandro Baretta &lt;alex@baretta.com&gt; wrote:
&gt; 
&gt;&gt;Now, here I am building fft libraries and trying to get a grasp of
&gt;&gt;them. I have just typed "make" on my terminal, and I died horribly
&gt;&gt;because of a header it could not find.
&gt; 
&gt; 
&gt; Do you mean the (r)fftw.h headers ?
&gt; 

Yes. That's it. I had to specify a -I option in the Makefile 
to allow gcc to find the headers.

&gt;&gt;ocamlc tells me it type Complex.t is undefined. Now this seems to be
&gt;&gt;a real impediment: I have grep'ed my ocaml distro and have found no
&gt;&gt;reference to module Complex.
&gt; 
&gt; 
&gt; Sorry for your inconvenience.  It's going to be said more clearly that
&gt; the FFTW interface requires complex number hence the OCaml CVS
&gt; distribution (which explains the strange paths in my Makefile) --
&gt; until the next Ocaml release at least.  Don't worry, compiling Ocaml
&gt; from CVS is easy, just look at http://camlcvs.inria.fr/ to download
&gt; the files and follow the instructions. 

Compiling the CVS version is no real problem, but it tends 
to be slightly less stable than the distro, so I tend to 
prefer to stick with the distro for production work. Well, I 
guess I'll have to update my source directory and bootstrap it.

&gt; I recommend running
&gt; ./configure with an option like -prefix /usr/local/stow/ocaml-cvs/ if
&gt; you want to keep it alongside Ocaml 3.04 (if you do not know "stow",
&gt; have a look to it, it is interesting).

Reading your Makefile I had thought that stow was some 
strange name or acronym for a project you might be working 
on. Now you teach it is a package manager. Ok, I'll try it out.

&gt; The compile directory of the FFTW interface is where the library is
&gt; expected to stay.  I may try to add a "make install" if you need it.

Of course, I would appreciate greatly. But I do not wish to 
hassle you more than I have already. I am already idebted to 
you for writing the fftw package.

&gt; Do not hesitate to report further difficulties with the installation
&gt; -- I will try to write a quick INSTALL file from your remarks.

This is definitely worth the effort. But, it is such a pity 
that nothing can be done to rendere the installation 
painless until the new release is out.

Thank you very much.

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

</contents>

</message>

