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 AAA05066; Sun, 8 Sep 2002 00:33:43 +0200 (MET DST) 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 AAA05584 for ; Sun, 8 Sep 2002 00:33:43 +0200 (MET DST) Received: from www.aarg.net (www.aarg.net [206.101.74.70]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g87MXf114422 for ; Sun, 8 Sep 2002 00:33:41 +0200 (MET DST) Received: from monkey.x.aarg.net (IDENT:9DPA3FxwwGXHznW/VLcu88Uo9I0MkStC@monkey.x.aarg.net [10.10.0.6]) (authenticated bits=0) by www.aarg.net (8.12.3/8.12.3) with ESMTP id g87MXduK009243 for ; Sat, 7 Sep 2002 15:33:39 -0700 Received: (from erik@localhost) by monkey.x.aarg.net (8.11.6/8.11.2) id g87MXdG03734; Sat, 7 Sep 2002 15:33:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15738.32451.271556.2326@monkey.x.aarg.net> Date: Sat, 7 Sep 2002 15:33:39 -0700 To: OCaml Mailing List Subject: [Caml-list] OCaml 3.0.6 build problems (Linux Alpha) X-Mailer: VM 7.07 under 21.4 (patch 9) "Informed Management" XEmacs Lucid From: Erik Arneson Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi everybody, I'm having problems building OCaml 3.0.6 on Linux Alpha. I'm using the Compaq C Compiler version 6.5.6.002 and am building from the source RPM on the OCaml website. Here's the configuration information: ./configure -cc 'ccc -fast' -bindir /usr/bin -libdir /usr/lib/ocaml -mandir /usr/share/man/man1 ** Configuration summary ** Directories where Objective Caml will be installed: binaries.................. /usr/bin standard library.......... /usr/lib/ocaml manual pages.............. /usr/share/man (with extension .1) Configuration for the bytecode compiler: C compiler used........... ccc -fast options for compiling..... -D_FILE_OFFSET_BITS=64 options for linking....... -Wl,-E -lm -ldl -lcurses shared libraries are supported options for compiling..... -fPIC -D_FILE_OFFSET_BITS=64 command for building...... ccc -fast -shared -o lib.so -Wl,-rpath,/a/path objs Configuration for the native-code compiler: hardware architecture..... alpha OS variant................ linux C compiler used........... ccc -fast options for compiling..... -D_FILE_OFFSET_BITS=64 options for linking....... -lm assembler ................ $(AS) preprocessed assembler ... gcc -c -DSYS_$(SYSTEM) profiling with gprof ..... not supported ocamlopt -pack ........... supported Source-level replay debugger: supported Additional libraries supported: unix str num dynlink bigarray threads graph dbm Configuration for the "num" library: target architecture ...... C Configuration for the "graph" library: options for compiling .... -I/usr/X11R6/include options for linking ...... -L/usr/X11R6/lib -lX11 The "labltk" library: not found And here's where the build fails: mkdir -p stdlib_man sh ./runocamldoc true -man -d stdlib_man -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph \ -t "OCaml library" -man-mini \ ../stdlib/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli ../otherlibs/num/num.mli Compilation error. Use the OCaml compiler to get more details. Warning: Element Complex.t not found 1 error(s) encountered make[1]: *** [stdlib_man/Pervasives.o] Error 1 make[1]: Leaving directory `/home/erik/RPM/BUILD/ocaml-3.06/ocamldoc' make: *** [ocamldoc] Error 2 Has anybody seen this problem before? How can I fix it? Thanks! -- ;; Erik Arneson JD, Ashland Lodge No. 23 ;; ;; GPG Key ID: 2048R/8B4CBC9C RAM, Siskiyou Chapter No. 21 ;; ;; ;; ------------------- 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