From: Gerd Stolpmann <gerd@gerd-stolpmann.de>
To: "s. n. wight" <snwight@verticalnet.com>, caml-list@inria.fr
Subject: Re: Problem compiling xpath/tests
Date: Wed, 31 Jan 2001 20:59:12 +0100 [thread overview]
Message-ID: <01013121281203.00460@ice> (raw)
In-Reply-To: <20010129112211.C27713@verticalnet.com>
On Mon, 29 Jan 2001, s. n. wight wrote:
>I am unable to build the XPath/tests modules due to the following complaint:
>
>ocamlfind ocamlc -o test -linkpkg -I .. xpath.cma -package pxp,wlexing test.cmo
>/tmp/cc4Z3fxN.o(.data+0x360): undefined reference to `lex_engine_tiny_8bit'
>/tmp/cc4Z3fxN.o(.data+0x364): undefined reference to `lex_engine_tiny_utf8'
>collect2: ld returned 1 exit status
>Error while building custom runtime system
>make: *** [test] Error 2
>
>I'm running OCaml 3.00 on Suse Linux 7.0.
I suppose you must also pass the -custom flag to the compiler, because the
C functions lex_engine_tiny_8bit and lex_engine_tiny_utf8 are not available in
the standard bytecode interpreter. (But "Error while building custom runtime
system" is a hint that ocamlc tries to build a custom runtime system; this
message is confusing.)
I remember also that there are two versions of wlex, one using a lexing engine
written in C, and another one using a lexing engine written in O'Caml. XPath
seems to use the C version (applies module Lex_engines, not Lex_engines_ml
in xpath_wlexer.mll).
If that does not help, I need the output of
camlfind ocamlc -verbose -o test -linkpkg -I .. xpath.cma -package pxp,wlexing
test.cmo
(added the -verbose option), plus the exact version numbers of the packages
pxp, wlexing, and xpath to track the error.
Gerd
--
----------------------------------------------------------------------------
Gerd Stolpmann Telefon: +49 6151 997705 (privat)
Viktoriastr. 100
64293 Darmstadt EMail: gerd@gerd-stolpmann.de
Germany
----------------------------------------------------------------------------
next prev parent reply other threads:[~2001-02-01 7:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-29 19:22 s. n. wight
2001-01-31 19:59 ` Gerd Stolpmann [this message]
2001-01-31 9:51 ` s. n. wight
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01013121281203.00460@ice \
--to=gerd@gerd-stolpmann.de \
--cc=caml-list@inria.fr \
--cc=snwight@verticalnet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox