[
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: | Ben Aurel <ben.aurel@g...> |
| Subject: | Re: how do you compile |
> then, the 'files lazy_lists.cmi' and 'lazy_lists.cmo' are not in the > /bin directory. which is bad On Wed, Aug 6, 2008 at 10:38 AM, Ben Aurel <ben.aurel@gmail.com> wrote: > hi > > If you have a simple source code like > > lazy_lists.ml > > what is the best way to compile that in your opinion? I though it > would be usefull to have anything but the .ml source code in a bin > directory. What do you think of that? > > If I try that with > > "ocamlc -o bin/lazy_lists lazy_lists.ml" > > then, the 'files lazy_lists.cmi' and 'lazy_lists.cmo' are not in the > /bin directory. > > ben >