Browse thread
[Caml-list] OS X distribution issue
- Stephen C Harris
[
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: | Stephen C Harris <scharris@a...> |
| Subject: | [Caml-list] OS X distribution issue |
Christopher Anand just helped pinpoint a big problem in the way I'm packaging the OS X distribution, which is that the ocaml (toplevel) binary is expecting ocamlrun to be wherever it was put by "make install" (e.g. /usr/local/bin/ocamlrun). I didn't notice of course because I still had mine there from when I built it, but it won't work of course for someone who doesn't have it there, which rather defeats the purpose of the distribution :( He did "strings" on the ocaml binary and noticed the call to ocamlrun. I haven't had a chance to look at the source code yet for ocaml toplevel, but just wanted to warn everybody that the OS X distribution will need work, and advice is welcome of course. The CocoaTopLevel wrapper itself is uneffected by this if you download it separately and point it to your existing installed toplevel. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners