Excerpts from Richard Cobbe's message of Wed Mar 26 00:17:12 +0100 2008: > I'm having some difficulty getting ocamlbuild to produce native binaries > for a project that's spread over multiple directories. I'm hoping someone > can explain what I'm doing wrong here. You've hitted the -for-pack oddify :) [...] > : for-pack(frontEnd) > : for-pack(backEnd) > : for-pack(dataRep) Almost there... that's .cmx instead of .ml : for-pack(frontEnd) : for-pack(backEnd) : for-pack(dataRep) Best regards, -- Nicolas Pouillard aka Ertai