[
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: | 2002-08-25 (23:55) |
From: | Stefano Zacchiroli <zack@c...> |
Subject: | Re: [Caml-list] Ocaml-Weblib? |
On Sun, Aug 25, 2002 at 11:33:52PM +0200, Oliver Bandel wrote: > Well I once have installed pcre as stand-alone. > So, I may now have to install it a second time? > (Or add some links?) Ocamlnet "configure" script can use findlib or do a 'manual' search. Seems to me that you doesn't have findlib, so configure script will look for "pcre.cmi" in the standard ocaml directory (obtained with "ocamlc -where") and fail because your pcre.cmi isn't there. You can solve the configure problem adding your dir to the "incdirs" variable in the configure script, but probably you will need to add some more switches to reach the end of the compilation. Obviously installing findlib seems to be easier :-) Consider also that you can install findlib and not reinstall pcre, just add your "/usr/local/lib/ocaml/contrib" to the findlib search path. Cheers. -- Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro "I know you believe you understood what you think I said, but I am not sure you realize that what you heard is not what I meant!" -- G.Romney ------------------- 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