[
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: | [Caml-list] Building the compilers |
Hi, I'm working on building an ocaml environment free of Unix/POSIX idioms, which requires hacking a number of parts of the OCaml standard library (Pervasives, Printf, etc). I haven't tried to build anything yet, and am wondering if anyone could provide some tips on building this custom ocaml environment (native compiler, etc). I want to use the system installed ocaml tools to build the custom one, so I think the issue comes down to how to modify the Makefile correctly. All help/suggestions most welcome =) Jonathan