Browse thread
[Caml-list] mod_caml + dynlink + parsing
-
kknowles@u...
-
kknowles@u...
-
Richard Jones
- kknowles@u...
-
Richard Jones
-
kknowles@u...
[
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: | kknowles@u... |
| Subject: | Re: [Caml-list] Re: mod_caml + dynlink + parsing |
Oops, accidentally replied only to Rich. I've learned more since then 1) mod_caml shouldn't have to be, since it didn't have to be to support Random, Array, List, etc... my standalone interpreter doesn't have to be. 2) /usr/local/lib/ocaml/stdlib.cma should provide Parsing, and objinfo shows the same MD5 as the Parsing expecting by my module. -Kenn On Thu, Sep 11, 2003 at 08:17:30PM +0100, Richard Jones wrote: > On Thu, Sep 11, 2003 at 12:02:20PM -0700, kknowles@uclink.berkeley.edu wrote: > > Just an update, I've done a few more sanity checks with other parts of the > > standard library, and a module using Array, Hashtbl, List, Random works... so > > I'm convinced it is a specific issue, rather than a general misuse of Dynlink. > > A few suggestions: > > * Does mod_caml need to be linked with a .cma file to support Parsing? > > * Try running objinfo[1] on your .cmo file and also on the expected > cmo/cma which is going to supply this module, to check the MD5 hashes > match. > > Rich. > > -- > Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj > Merjis Ltd. http://www.merjis.com/ - all your business data are belong to you. > "My karma ran over your dogma" > > ------------------- > 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 ------------------- 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