Browse thread
[Caml-list] Cygwin & dynamic loading
-
Christian.Schaller@s...
- Jacques Garrigue
- Xavier Leroy
[
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: | Jacques Garrigue <garrigue@k...> |
| Subject: | Re: [Caml-list] Cygwin & dynamic loading |
> Can anybody give me some enlightenment (so that I can sleep better again)
> about the Cygwin port of OCaml. I am running this port since version 3.04
> and never encountered the following error message until I installed my
> Windows system from scratch:
>
> $ ocamlmktop -o ocaml-str str.cma
> Error on dynamically loaded library: dynamic loading not supported on this
> platform
Try adding -custom to the command line.
ocamlmktop -custom -o ocaml-str str.cma
For some reason, the flag was not included in str.cma.
Jacques Garrigue
-------------------
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