Browse thread
ocamlmktop 3.10 fails to link cmo files?
- Massimiliano Brocchini
[
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: | 2007-09-21 (14:30) |
From: | Massimiliano Brocchini <ebrocchini@v...> |
Subject: | ocamlmktop 3.10 fails to link cmo files? |
Hi all, I tried to make a custom top level using ocamlmktop (ocaml 3.10). I tried several approaches but I wasn't able to correctly link cmo files not belonging to the standard library. e.g. ocamlmktop -I /home/massimiliano/ocaml_code/sequence/ sequence.cmo -o mytop gives no error and build mytop but in mytop open Sequence fails reporting an unbound module while ocaml -I /home/massimiliano/ocaml_code/sequence/ sequence.cmo works as expected and allows me to open the module. Am I doing something wrong or is it a bug? Ciao, Massimiliano Brocchini