Browse thread
Dynlink and ocamlfind for camlp4 3.11?
[
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: | Conglun Yao <yaoconglun@g...> |
| Subject: | Dynlink and ocamlfind for camlp4 3.11? |
Dear all,
I have tried to use json-static in OCaml 3.11, but met the annoying problem:
Reference to undefined global `Dynlink'
As Camlp4 3.11 requires explicit load of dynlink, so I tried
ocamlfind ocamlc -package dynlink, json-static -syntax
camlp4o -o test test.ml -linkpkg
But failed with the same error.
Thanks for any help.
Conglun