Browse thread
Typing unmarshalling without marshalling types
-
Michel Mauny
- Aleksey Nogin
-
Jonathan Roewen
- Jonathan Roewen
[
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] Typing unmarshalling without marshalling types |
> I used your shell script to build it, and mkcamlp4 doesn't want to > play nice (complains that odyl.cmo is not a bytecode object file). Ohh, it's a shell script! And ocaml doesn't encode path info for ocamlc from the setting of prefix in the configure script. I'm sure that's a quick fix from the ocaml team for the next release :-) Jonathan