[
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: | Christophe Papazian <papazian@i...> |
| Subject: | ocamlrun.a |
I tried to compile LablPCRE on mac os X (Tiger), but this error
happened :
ld -o dllpcre.so ml_pcre.d.o libpcre.a `ocamlc.opt -where`/ocamlrun.a
ld: can't open: /usr/local/lib/ocaml/ocamlrun.a (No such file or
directory, errno = 2)
ok, so there is no ocamlrun.a. These must be due to mac os X, and
some dynamic feature (?)
Anyway, how can I compile LablPCRE on my computer ? and how can I
compile all those library/packages
that I will probably use in a near future that all need ocamlrun.a ??
Thanks
Christophe Papazian
PS : I am sorry if it is a newbie question, but I don't find the
answer in the archives...