Browse thread
[Caml-list] OCaml 3.0.6 build problems (Linux Alpha)
- Erik Arneson
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erik Arneson <erik@a...> |
| Subject: | [Caml-list] OCaml 3.0.6 build problems (Linux Alpha) |
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 <erik@aarg.net> JD, Ashland Lodge No. 23 ;;
;; GPG Key ID: 2048R/8B4CBC9C RAM, Siskiyou Chapter No. 21 ;;
;; <http://erik.arneson.org/> <http://www.aarg.net/mason> ;;
-------------------
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