On Tue, Oct 22, 2002 at 02:34:53PM +0800, Yang Shouxun wrote: > Hi, > > below is the content of META for libbaire-ocaml-dev. Yet even though > "ocamlfind query baire" correctly returns "/usr/lib/ocaml/baire", in a test > file "open Baire" gives me error "Unbound module Baire". > > ---8<--- > version = "0.0" > description = "An Edison-like library of data structures for OCaml" > archive(byte) = "baire.cma" > archive(native) = "baire.cmxa" > ---8<---
Shouxun, did you modify Baire so that it produces a .cma and a .cmxa ? If not, then this is the cause of the problem, since it is searching for baire.cma, but only baire.cmo exists. Friendly, Sven Luther

