caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] problem when install pcre-ocaml
@ 2003-07-30 15:51 climb
  2003-07-30 16:23 ` Markus Mottl
  0 siblings, 1 reply; 2+ messages in thread
From: climb @ 2003-07-30 15:51 UTC (permalink / raw)
  To: caml-list

Dear caml list
when i install the lates version of pcre-ocaml , i can not make examples. 
here is the error code.
../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0x1f5): In function `pcre_ocaml_init':
: undefined reference to `pcre_callout'
../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0xba5): In function `pcre_get_stringnumber_wrapper':
: undefined reference to `pcre_get_stringnumber'
../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0xbe7): In function `pcre_config_int':
: undefined reference to `pcre_config'
collect2: ld returned 1 exit status
Error while building custom runtime system
make[2]: *** [subst] Error 2

can anybody tell me what's wrong and how to solve it.

Thanks



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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] problem when install pcre-ocaml
  2003-07-30 15:51 [Caml-list] problem when install pcre-ocaml climb
@ 2003-07-30 16:23 ` Markus Mottl
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Mottl @ 2003-07-30 16:23 UTC (permalink / raw)
  To: climb; +Cc: caml-list

On Wed, 30 Jul 2003, climb wrote:
> when i install the lates version of pcre-ocaml , i can not make examples. 
> here is the error code.
> ../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0x1f5): In function `pcre_ocaml_init':
> : undefined reference to `pcre_callout'
[snip]
> can anybody tell me what's wrong and how to solve it.

You have obviously installed an old version of the required PCRE-library
which does not yet provide callbacks. Its latest version (4.3 at the
moment) can be found here:

  http://www.pcre.org

There are most likely already new binary packages (RPM, DEB, etc.)
around so you may want to get one of those.

Regards,
Markus Mottl

-- 
Markus Mottl          http://www.oefai.at/~markus          markus@oefai.at

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-30 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-30 15:51 [Caml-list] problem when install pcre-ocaml climb
2003-07-30 16:23 ` Markus Mottl

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