caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] CDK install problems
@ 2001-09-17 16:20 Rolf Wester
  0 siblings, 0 replies; only message in thread
From: Rolf Wester @ 2001-09-17 16:20 UTC (permalink / raw)
  To: caml-list

Hi,

I try to install CDK on a True64 UNIX machine. I have GNU make installed on that
machine but not gcc. After running ./configure and typing gmake I get after quite a lot
of output the error message listed below. I would be very appreciative for any help.

Rolf Wester

----------------------------------------------------------------------------------------------------------------------
boot/ocamlrun ./ocamlopt -I stdlib  -o ocamlc.opt utils/misc.cmx utils/tbl.cmx uti
ls/config.cmx utils/clflags.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.
cmx parsing/linenum.cmx parsing/location.cmx parsing/longident.cmx parsing/syntaxe
rr.cmx parsing/pstream.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx
parsing/printast.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/
types.cmx typing/btype.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx
typing/env.cmx typing/typedtree.cmx typing/ctype.cmx typing/printtyp.cmx typing/in
cludeclass.cmx typing/mtype.cmx typing/includecore.cmx typing/includemod.cmx typin
g/parmatch.cmx typing/typetexp.cmx typing/typecore.cmx typing/typedecl.cmx typing/
typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx byte
comp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx
bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/s
implif.cmx bytecomp/runtimedef.cmx bytecomp/meta.cmx bytecomp/instruct.cmx bytecom
p/bytegen.cmx bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx b
ytecomp/bytesections.cmx bytecomp/symtable.cmx bytecomp/bytelibrarian.cmx bytecomp
/bytelink.cmx driver/errors.cmx driver/compile.cmx driver/main_args.cmx driver/mai
n.cmx asmrun/meta.o
ld:
typing/printtyp.o: branch to shared library symbol '__divq' will cause unpredictab
le behavior.
typing/printtyp.o: branch relocation out-of-range, bad object file produced, can't
 branch from 0x120106090 to 0x3ff800f04ec
typing/printtyp.o: branch to shared library symbol '__remq' will cause unpredictab
le behavior.
typing/printtyp.o: branch relocation out-of-range, bad object file produced, can't
 branch from 0x1201060d8 to 0x3ff80114fcc
stdlib/stdlib.a(char.o): branch to shared library symbol '__divq' will cause unpre
dictable behavior.
stdlib/stdlib.a(char.o): branch relocation out-of-range, bad object file produced,
 can't branch from 0x12015c16c to 0x3ff800f04ec
stdlib/stdlib.a(char.o): branch to shared library symbol '__divq' will cause unpre
dictable behavior.
stdlib/stdlib.a(char.o): branch relocation out-of-range, bad object file produced,
 can't branch from 0x12015c1ac to 0x3ff800f04ec
stdlib/stdlib.a(char.o): branch to shared library symbol '__remq' will cause unpre
dictable behavior.
stdlib/stdlib.a(char.o): branch relocation out-of-range, bad object file produced,
 can't branch from 0x12015c1c0 to 0x3ff80114fcc
stdlib/stdlib.a(char.o): branch to shared library symbol '__remq' will cause unpre
dictable behavior.
stdlib/stdlib.a(char.o): branch relocation out-of-range, bad object file produced,
 can't branch from 0x12015c200 to 0x3ff80114fcc
stdlib/stdlib.a(string.o): branch to shared library symbol '__divq' will cause unp
redictable behavior.
stdlib/stdlib.a(string.o): branch relocation out-of-range, bad object file produce
d, can't branch from 0x12015f76c to 0x3ff800f04ec
stdlib/stdlib.a(string.o): branch to shared library symbol '__divq' will cause unp
redictable behavior.
stdlib/stdlib.a(string.o): branch relocation out-of-range, bad object file produce
d, can't branch from 0x12015f7b4 to 0x3ff800f04ec
stdlib/stdlib.a(string.o): branch to shared library symbol '__remq' will cause unp
redictable behavior.
stdlib/stdlib.a(string.o): branch relocation out-of-range, bad object file produce
d, can't branch from 0x12015f7c8 to 0x3ff80114fcc
stdlib/stdlib.a(string.o): branch to shared library symbol '__remq' will cause unp
redictable behavior.
stdlib/stdlib.a(string.o): branch relocation out-of-range, bad object file produce
d, can't branch from 0x12015f810 to 0x3ff80114fcc
stdlib/stdlib.a(array.o): branch to shared library symbol '__divq' will cause unpr
edictable behavior.
stdlib/stdlib.a(array.o): branch relocation out-of-range, bad object file produced
, can't branch from 0x120161d44 to 0x3ff800f04ec
stdlib/stdlib.a(array.o): branch to shared library symbol '__divq' will cause unpr
edictable behavior.
stdlib/stdlib.a(array.o): branch relocation out-of-range, bad object file produced
, can't branch from 0x120163b00 to 0x3ff800f04ec
Error during linking
gmake[3]: *** [ocamlc.opt] Error 2
gmake[3]: Leaving directory `/home/wester/programme/cdk/cdk-3.01+1/tools/ocaml'
gmake[2]: *** [compile.opt] Error 2
gmake[2]: Leaving directory `/home/wester/programme/cdk/cdk-3.01+1/tools/ocaml'
gmake[1]: *** [/home/wester/programme/cdk/cdk-3.01+1/tools/ocaml/toplevellib.cmxa]
 Error 2
gmake[1]: Leaving directory `/home/wester/programme/cdk/cdk-3.01+1/tools'
gmake: *** [world] Error 2
eeux05.ilt.fhg.de>
-------------------------------------
Rolf Wester
wester@ilt.fhg.de
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-17 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-17 16:20 [Caml-list] CDK install problems Rolf Wester

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