Browse thread
building 64bit ocaml from cvs on mac osx leopard
[
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: | |
| Subject: | Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard |
Excerpts from Joel Reymont's message of Fri Mar 06 10:13:32 +0100 2009: > > On Mar 6, 2009, at 8:17 AM, Nicolas Pouillard wrote: > > > I recall that moving from one build procedure to another requires > > a full clean (make clean ; ./build/distclean.sh). > > > ./build/distclean && ./configure ... && ./build/fastworld.sh The full clean is (make clean ; ./build/distclean.sh) not just ./build/distclean.sh. -- Nicolas Pouillard