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: | 2009-10-04 (14:24) |
From: | Conglun Yao <yaoconglun@g...> |
Subject: | Re: Dynlink and ocamlfind for camlp4 3.11? |
On Sun, Oct 4, 2009 at 3:22 PM, Conglun Yao <yaoconglun@gmail.com> wrote: > 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. > Sorry, forget to say, I tried this under cygwin. > > Thanks for any help. > > Conglun >