Browse thread
ocamlopt, .cmxa and "not a compilation unit description" error Options
-
Charles Hymans
- David Allsopp
- Richard Jones
- Nicolas Pouillard
[
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: | 2008-06-10 (20:18) |
From: | David Allsopp <dra-news@m...> |
Subject: | RE: [Caml-list] ocamlopt,.cmxa and "not a compilation unit description" error Options |
> Hi, > I'd like to generate a library from a file that uses the nums library > (in a way such that the final user of my library does not have to > specify that nums is necessary). Have you considered using ocamlfind? David