Browse thread
ocamlbuild and subdirectories
[
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: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] ocamlbuild and subdirectories |
On 5/25/07, Joel Reymont <joelr1@gmail.com> wrote: > > On May 25, 2007, at 12:34 PM, Nicolas Pouillard wrote: > > > $ cat all.itarget > > src/topdog.cma > > src/topdog.cmxa > > I tried the above. Any suggestions on what the issue is? > In native you cannot make a library containing libraries, and unix.cma seems to be added by ocamlfind so you should remove the -linkpkg flag or reduce -packages. -- Nicolas Pouillard