From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA03726; Fri, 10 Jan 2003 15:41:48 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA03869 for ; Fri, 10 Jan 2003 15:41:47 +0100 (MET) Received: from postman.arcor-online.net (postman.arcor-online.net [151.189.0.87]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h0AEfkr09929 for ; Fri, 10 Jan 2003 15:41:46 +0100 (MET) Received: from roland (pD951768E.dip.t-dialin.net [217.81.118.142]) (authenticated bits=0) by postman.arcor-online.net (8.12.4/8.12.4) with ESMTP id h0AEfh2k031516 for ; Fri, 10 Jan 2003 15:41:44 +0100 (CET) From: =?iso-8859-1?Q?Roland_H=F6pfner?= To: Subject: [Caml-list] configuration errors under linux Date: Fri, 10 Jan 2003 15:41:58 +0100 Message-ID: <000601c2b8b6$6e982aa0$0200a8c0@roland> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C2B8BE.D05C92A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C2B8BE.D05C92A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello ML, I try to compile ocaml-3.06 and I get an error when I type ./configure! My linux box won=92t find the library labltk! But where can I find that library? Here is I part of my ./configure output: Threads library supported (using bytecode-level scheduling). X11 not found, the "graph" library will not be supported. NDBM not found, the "dbm" library will not be supported. Configuring LablTk... X11 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 (with extension .1) Configuration for the bytecode compiler: C compiler used........... gcc options for compiling..... -fno-defer-pop -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64 options for linking....... -Wl,-E -lm -ldl shared libraries are supported options for compiling..... -fPIC -fno-defer-pop -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64 command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs Configuration for the native-code compiler: hardware architecture..... i386 OS variant................ linux_elf C compiler used........... gcc options for compiling..... -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64 options for linking....... -lm assembler ................ $(AS) preprocessed assembler ... gcc -c -DSYS_$(SYSTEM) profiling with gprof ..... supported ocamlopt -pack ........... supported Source-level replay debugger: supported Additional libraries supported: unix str num dynlink bigarray threads Configuration for the "num" library: target architecture ...... x86 Configuration for the "graph" library: options for compiling .... options for linking ...... not found The "labltk" library: not found ------=_NextPart_000_0007_01C2B8BE.D05C92A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello ML,

I try to compile ocaml-3.06 and I get an error when I type ./configure!


My = linux box won’t find the library labltk! But where can I find that library?


Here is I part of my ./configure = output:


Threads library supported (using bytecode-level scheduling).
X11 not found, the "graph" library will not be supported.
NDBM not found, the "dbm" library = will not be supported.
Configuring LablTk...
X11 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 (with = extension .1)
Configuration for the bytecode compiler:
        C compiler used........... = gcc
        options for
compiling..... -fno-defer-pop -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64
        options for linking.......  -Wl,-E  -lm -ldl
        shared libraries are supported
        options for
compiling..... -fPIC -fno-defer-pop -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64
        command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path
objs
Configuration for the native-code compiler:
        hardware architecture..... i386
        OS variant................ = linux_elf
        C compiler used........... = gcc
        options for compiling..... -Wall -Wno-unused -D_FILE_OFFSET_BITS=3D64
        options for linking.......   -lm
        assembler ................ $(AS)
        preprocessed assembler ... gcc -c -DSYS_$(SYSTEM)
        profiling with gprof ..... supported
        ocamlopt -pack ........... supported
Source-level replay debugger: supported
Additional libraries supported:
        unix str num = dynlink bigarray = threads
Configuration for the "num" library:
        target architecture ...... x86
Configuration for the "graph" library:
        options for compiling ....
       
options for linking = ...... not found
The "labltk" library: not found

------=_NextPart_000_0007_01C2B8BE.D05C92A0-- ------------------- 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