caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCaml install and MacOS X
@ 2001-05-12  6:11 Laurent Chéno
  2001-05-13  2:55 ` Jacques Garrigue
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Chéno @ 2001-05-12  6:11 UTC (permalink / raw)
  To: Caml-list

(please excuse my poor english...)

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.

** Configuration summary **

Directories where Objective Caml will be installed:
         binaries.................. /usr/local/bin
         standard library.......... /usr/local/lib/ocaml
         manual pages.............. /usr/local/man/man1 (with extension 
.1)
Configuration for the bytecode compiler:
         C compiler used........... cc
         options for compiling..... -fno-defer-pop -Wall -Wno-unused 
-DSHRINKED_GNUC
         options for linking.......
Configuration for the native-code compiler:
         hardware architecture..... power (ppc)
         OS variant................ rhapsody
         C compiler used........... cc
         options for compiling..... -Wall -Wno-unused -DSHRINKED_GNUC
         options for linking.......
         assembler ................ $(AS)
         preprocessed assembler ... $(AS)
         profiling with gprof ..... not supported
Source-level replay debugger: supported
Configuration for the external libraries:
         libraries supported ...... unix str num dynlink bigarray threads 
graph dbm
The "num" library:
         target architecture ...... C
The "graph" library:
         options for compiling .... -I/usr/X11R6/include
         options for linking ...... -ccopt -L/usr/X11R6/lib -cclib -lX11
The "labltk" library: configuration failed
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml install and MacOS X
  2001-05-12  6:11 [Caml-list] OCaml install and MacOS X Laurent Chéno
@ 2001-05-13  2:55 ` Jacques Garrigue
  2001-05-13 14:43   ` Sven LUTHER
  0 siblings, 1 reply; 4+ messages in thread
From: Jacques Garrigue @ 2001-05-13  2:55 UTC (permalink / raw)
  To: laurent.cheno; +Cc: caml-list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml install and MacOS X
  2001-05-13  2:55 ` Jacques Garrigue
@ 2001-05-13 14:43   ` Sven LUTHER
  0 siblings, 0 replies; 4+ messages in thread
From: Sven LUTHER @ 2001-05-13 14:43 UTC (permalink / raw)
  To: Jacques Garrigue; +Cc: laurent.cheno, caml-list

On Sun, May 13, 2001 at 11:55:25AM +0900, Jacques Garrigue wrote:
> 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.

mmm,

je ne croit pas que gtk+ soit deja porter nativement sur macOS X. Il est
toujours possible de lancer un serveur X sous macosX (il doit y en avoir au
moins 2 d'existant, dont un baser sur xfree86), et de compiler gtk+ sur cela,
mais je ne pense pas que gdk soit deja porter sous macOSX. Je peut me tromper
cependant.

Amicalement,

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Caml-list] OCaml install and MacOS X
@ 2001-05-13 11:15 Laurent Chéno
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Chéno @ 2001-05-13 11:15 UTC (permalink / raw)
  To: Caml-list

Merci à Jacques Garrigue qui m'a permis de trouver la solution pour
installer complètement (labltk inclus) OCaml sur MacOS X/XTools :

./configure -tkdefs "-I/usr/X11R6/include" -tklibs "-L/usr/X11R6/lib"

fonctionne parfaitement !

Cordialement,

LC
--
Laurent Chéno
Prof. de mathématiques en PSI*
et de l'option informatique en MP/MP*
Lycée Louis-le-Grand, Paris

http://pauillac.inria.fr/~cheno/
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-13 14:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-12  6:11 [Caml-list] OCaml install and MacOS X Laurent Chéno
2001-05-13  2:55 ` Jacques Garrigue
2001-05-13 14:43   ` Sven LUTHER
2001-05-13 11:15 Laurent Chéno

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).