Message from discussion
OCaml version 3.11.0+beta1
Path: g2news2.google.com!news1.google.com!news.glorb.com!uio.no!nntp.uio.no!not-for-mail
From: Andres Varon <ava...@gmail.com>
Newsgroups: fa.caml
Subject: Re: [Caml-list] OCaml version 3.11.0+beta1
Date: Wed, 15 Oct 2008 14:55:56 UTC
Organization: Internet mailing list
Lines: 84
Sender: caml-list-boun...@yquem.inria.fr
Message-ID: <fa.DcqRGkyX2vCIp0LSjOuhd0Vw5jw@ifi.uio.no>
References: <fa.FnW3t0+H8vD9hT1oDVxdncd9xD8@ifi.uio.no>
NNTP-Posting-Host: jess.uio.no
Mime-Version: 1.0 (Apple Message framework v929.2)
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
X-Trace: readme.uio.no 1224082556 5530 129.240.10.48 (15 Oct 2008 14:55:56 GMT)
X-Complaints-To: abuse@uio.no
NNTP-Posting-Date: Wed, 15 Oct 2008 14:55:56 +0000 (UTC)
Cc: caml users <caml-l...@inria.fr>
To: Damien Doligez <damien.doli...@inria.fr>
X-IronPort-AV: E=Sophos;i="4.33,416,1220220000";
d="scan'208";a="16115861"
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr
X-Original-To: caml-l...@yquem.inria.fr
Delivered-To: caml-l...@yquem.inria.fr
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AmsDAGCh9UjAXQIniGdsb2JhbACMFYdLAQEBFSKkaIkIgWs
X-IronPort-AV: E=Sophos;i="4.33,416,1220220000"; d="scan'208";a="18769711"
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AoUAAJuh9UjYSfEMmmdsb2JhbACMFYdLAQEBAQEICwoHEQSkZokIgWs
X-IronPort-AV: E=Sophos;i="4.33,416,1220220000"; d="scan'208";a="30372805"
X-Virus-Scanned: amavisd-new at amnh.org
In-Reply-To: <83E04F95-55DD-470E-9C6D-98FA15AE0CE0@inria.fr>
X-Mailer: Apple Mail (2.929.2)
X-Miltered: at concorde with ID 48F60473.000 by Joe's j-chkmail
(http://j-chkmail . ensmp . fr)!
X-Spam: no; 0.00;
ocaml:01 damien:01 ocaml:01 dynlink:01 dynlink:01 cmxa:01 camlp:01
cmxa:01 ocaml-:01 cvs:01 camlcvs:01 bug:01 camlp:01 rprint:01
beginner's:01
X-BeenThere: caml-l...@yquem.inria.fr
X-Mailman-Version: 2.1.5
List-Id: Caml users' mailing list <caml-list.yquem.inria.fr>
List-Unsubscribe: <http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list>,
<mailto:caml-list-requ...@yquem.inria.fr?subject=unsubscribe>
List-Post: <mailto:caml-l...@yquem.inria.fr>
List-Help: <mailto:caml-list-requ...@yquem.inria.fr?subject=help>
List-Subscribe: <http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list>,
<mailto:caml-list-requ...@yquem.inria.fr?subject=subscribe>
Original-Date: Wed, 15 Oct 2008 10:55:18 -0400
Original-Message-Id: <1477A5A4-3533-4A62-AF02-07F860E56...@gmail.com>
Original-References: <83E04F95-55DD-470E-9C6D-98FA15AE0...@inria.fr>
On Oct 15, 2008, at 9:40 AM, Damien Doligez wrote:
> Dear OCaml Users,
>
> We are pleased to celebrate the birthday of Friedrich Nietzsche
> by releasing OCaml version 3.11.0+beta1. We need YOU to test
> it thoroughly and report any problems you might have. Does
> your favorite software work with it?
Thanks for the good work. I would like to know exactly what
architectures support the native Dynlink? I did not see this
information in the release notes.
I need to update configure scripts to include it or not in the link
step because dynlink.cmxa is needed by camlp4fulllib.cmxa, but now I
realize that it's not just a matter of having OCaml >= 3.11.
many thanks again,
Andres
>
>
> It is available as a source release only (plus documentation),
> from this address:
> < http://caml.inria.fr/pub/distrib/ocaml-3.11/ >
>
> It is also available from our CVS server at:
> < http://camlcvs.inria.fr/ >
> Use tag "ocaml3110beta1" to get the beta release, and tag
> "release311" to track the bug fixes between this and the
> final release of 3.11.0.
>
> Have fun and PLEASE send us some feedback, positive or negative.
>
>
> -- The OCaml team.
>
>
> --------------------- Camlp5 HOW-TO ------------------------
>
> Camlp5 version 5.09 does not work with OCaml 3.11.0+beta1 out of the
> box. A new version compatible with OCaml 3.11.0 should be released
> very soon. In the meantime you can use the following commands (in the
> root directory of the Camlp5 5.09 sources) to compile Camlp5 5.09 with
> OCaml 3.11.0+beta1. Note that you will need to provide the path name
> to a copy of the OCaml 3.11.0+beta1 sources at the line labelled
> "HERE".
>
>
> cp -R ocaml_stuff/3.11 ocaml_stuff/3.11.0
> cp ocaml_src/main/ast2pt.ml_3.11 ocaml_src/main/ast2pt.ml_3.11.0
> ed main/ast2pt.ml <<-EOF
> g/OCAML_3_11/s//& OR OCAML_3_11_0/
> wq
> EOF
> ed top/rprint.ml <<-EOF
> g/OCAML_3_11/s//& OR OCAML_3_11_0/
> wq
> EOF
> ./configure --transitional
> make steal OCAML_SRC=<path-to-ocaml-source-dir> # HERE
> make core
> make bootstrap_sources
> ./configure --transitional
> make world.opt
>
> That's all. Now you can "make install" as usual.
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs