<?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="2003/01/e26b7c3224835bf250f65f179d0b5a8b"
  from="Jacques Garrigue &lt;garrigue@k...&gt;"
  author="Jacques Garrigue"
  date="2003-01-13T11:45:58"
  subject="Re: [Caml-list] configuration errors under linux"
  prev="2003/01/ae290911e3ac98ba444f0ad41ede595f"
  next="2003/01/e68da1103fc1d3b3fcbe8b9331addc26"
  prev-in-thread="2003/01/a5817ced25cbb70715d7f05098aafb39"
  prev-thread="2003/01/5c19bcdb5d76da9650af7569e44f4f8a"
  next-thread="2003/01/9eafc8c29bd075f861777389ece4e829"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] configuration errors under linux">
<msg 
  url="2003/01/a5817ced25cbb70715d7f05098aafb39"
  from="Roland_Höpfner &lt;rolandhoepfner@a...&gt;"
  author="Roland_Höpfner"
  date="2003-01-10T14:41:48"
  subject="[Caml-list] configuration errors under linux">
<msg 
  url="2003/01/e26b7c3224835bf250f65f179d0b5a8b"
  from="Jacques Garrigue &lt;garrigue@k...&gt;"
  author="Jacques Garrigue"
  date="2003-01-13T11:45:58"
  subject="Re: [Caml-list] configuration errors under linux">
</msg>
</msg>
</thread>

<contents>
From: Roland Hopfner &lt;rolandhoepfner@arcor.de&gt;
&gt; 
&gt; I try to compile ocaml-3.06 and I get an error when I type ./configure!
&gt; 
&gt; My linux box won't find the library labltk! But where can I find that
&gt; library?

The message may be confusing: labltk is included in the distribution,
but since some requirements could not be fulfilled it cannot be
compiled.
Note that you can perfectly use ocaml without tk support, only
camltk/labltk will be unavailable, and ocamlbrowser too.

&gt; Here is I part of my ./configure output:
&gt; 
&gt; Threads library supported (using bytecode-level scheduling).
&gt; X11 not found, the "graph" library will not be supported.
&gt; NDBM not found, the "dbm" library will not be supported.
&gt; Configuring LablTk...
&gt; X11 not found.
&gt; Configuration failed, LablTk will not be built.

Here is the real answer: X11 was not found.
I have no idea where is your X11, but it is probably not in a standard
place.  See INSTALL for options to explicitly tell configure where to
look for X11 headers/libraries.

&gt; Configuration for the "graph" library:
&gt;         options for compiling ....
&gt;         options for linking ...... not found
&gt; The "labltk" library: not found

Not found is innapropriate. This should be "will not be compiled".

Jacques Garrigue
-------------------
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>

