caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jacques Garrigue <garrigue@kurims.kyoto-u.ac.jp>
To: laurent.cheno@noos.fr
Cc: caml-list@margaux.inria.fr
Subject: Re: [Caml-list] OCaml install and MacOS X
Date: Sun, 13 May 2001 11:55:25 +0900	[thread overview]
Message-ID: <20010513115525J.garrigue@kurims.kyoto-u.ac.jp> (raw)
In-Reply-To: <200105120611.f4C6BNb00675@concorde.inria.fr>

From: Laurent Chéno <laurent.cheno@noos.fr>

> I can't install completly OCaml : LablTk will not be built ... Is there 
> a solution ?
> 
> (I had installed XTools from Tenon and glib-gtk (from Tenon too).)
> 
> Thanks you in advance,
> 
> Laurent
> 
> ...
> Replay debugger supported.
> Threads library supported (using bytecode-level scheduling).
> Location of X11 include files: /usr/X11R6/include/X11
> Options for linking with X11: -ccopt -L/usr/X11R6/lib -cclib -lX11
> NDBM found (in /usr/include)
> Configuring LablTk...
> tcl.h not found.
> Configuration failed, LablTk will not be built.

Extrait de ocaml-3.01/INSTALL:

-tkdefs <cpp flags>             (default: none)
-tklibs <flags and libraries>   (default: determined automatically)
        These options specify where to find the Tcl/Tk libraries for
        LablTk. "-tkdefs" helps to find the headers, and "-tklibs"
        the C libraries. "-tklibs" may contain either only -L/path and
        -Wl,... flags, in which case the library names are determined
        automatically, or the actual libraries, which are used as given. 

Si configure ne trouve pas tcl.h ou libtcl.so, il faut lui passer les
arguments -tkdefs ou -tklibs appropries.
J'ignore ou` XTools les installe, mais une fois que vous aurez trouve'
les repertoires concernes, la compilation devrait se passer sans
probleme.
Si ca ne marche toujours pas, envoyez-moi le resultat de
./configure -verbose

Une remarque quand meme: Tcl/Tk et Glib/Gtk sont deux bibliotheques
qui n'ont rien a` voir. J'espere que vous etes corrects quand vous
dites que Tcl/Tk est inclus dans XTools.
Pour Gtk, vous pouvez installer LablGTK.

Cordialement,

Jacques Garrigue
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


  reply	other threads:[~2001-05-13  2:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-12  6:11 Laurent Chéno
2001-05-13  2:55 ` Jacques Garrigue [this message]
2001-05-13 14:43   ` Sven LUTHER
2001-05-13 11:15 Laurent Chéno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010513115525J.garrigue@kurims.kyoto-u.ac.jp \
    --to=garrigue@kurims.kyoto-u.ac.jp \
    --cc=caml-list@margaux.inria.fr \
    --cc=laurent.cheno@noos.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).