Browse thread
Getting at the configured ocaml source in godi
- Florian Hars
[
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: | 2008-10-11 (21:15) |
From: | Florian Hars <hars@b...> |
Subject: | Getting at the configured ocaml source in godi |
I'm playing with ocamljs, and the build instructions contain: | Unpack the OCaml 3.10.0 distribution and run ./configure only, | with the same options you gave when you built OCaml, then symlink it | to ocamljs-0.1/ocaml. What is the canonical way in godi to do so? Recompiling and issuing a cp -a /opt/godi/build/godi/godi-ocaml/work/ocaml ~/somewhere/else at a well chosen moment works (and ocamljs seems to work with 3.10.2, too), but it doesn't strike me as especially elegant. - Florian