Excerpts from Romain Bardou's message of Thu Jan 31 15:11:01 +0100 2008: > > I want to pack all the files in bla and bli together anyway, so this > > solution would be great; however, now ocamldep gives me an error: > > > > /usr/local/bin/ocamldep.opt: unknown option `-for-pack'. > > Okay well this part was easy, I use the tag: > > : for-pack(Blabli) Yes my bad (I've not checked), more precisely only cmx deserve for-pack so you can be more precise: : for-pack(Blabli) > And it works. Using the includes I can compile blabli.cmo but I can't > compile main.native because of the name clashes. Is there name clashes between bli/* and your toplevel modules? -- Nicolas Pouillard aka Ertai