[
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: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] caml light examples do not run |
On Mar 17, 2005, at 22:39, Rui Tiago Matos wrote: > I'm new to caml, and I'm having a caml light course right now. While > trying out the examples in camllight-examples-0.75.tar.gz on GNU/Linux > I'm getting: > > $ ./hanoi > Fatal error: uncaught exception. > > I just issued make on that directory. The caml light version is 0.75 > compiled from source. > > What am I missing? You must give an argument to the ./hanoi command: the number of discs, I think. -- Damien