Browse thread
[Caml-list] ocamlc -output-obj problems
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | Re: [Caml-list] ocamlc -output-obj problems |
It's all my fault. It's always all my fault ;D char **argv = ... => char *argv[] = ... that one simple change fixed it. god-damn it all ;-) I'm glad ocaml doesn't have inconsistencies like this... Sorry for all these emails... Jonathan