From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id AF5B07EE49 for ; Mon, 18 Feb 2013 08:34:37 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of rdicosmo@gmail.com) identity=pra; client-ip=209.85.219.43; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rdicosmo@gmail.com"; x-sender="rdicosmo@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of rdicosmo@gmail.com designates 209.85.219.43 as permitted sender) identity=mailfrom; client-ip=209.85.219.43; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rdicosmo@gmail.com"; x-sender="rdicosmo@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-oa0-f43.google.com) identity=helo; client-ip=209.85.219.43; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rdicosmo@gmail.com"; x-sender="postmaster@mail-oa0-f43.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8FAKnYIVHRVdsrcWdsb2JhbABErjKJTwGIH3wIFg4BFQsIARQngh8BAQQBQAEtCwEDAQsBBQUEBxohIhIBBQEKEgYTEoduAwkGDKFAjy2DcScDColUAQUMjyeDSwOWLIEdjVkWKYFZglI X-IPAS-Result: Aq8FAKnYIVHRVdsrcWdsb2JhbABErjKJTwGIH3wIFg4BFQsIARQngh8BAQQBQAEtCwEDAQsBBQUEBxohIhIBBQEKEgYTEoduAwkGDKFAjy2DcScDColUAQUMjyeDSwOWLIEdjVkWKYFZglI X-IronPort-AV: E=Sophos;i="4.84,684,1355094000"; d="scan'208";a="2526365" Received: from mail-oa0-f43.google.com ([209.85.219.43]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 18 Feb 2013 08:34:36 +0100 Received: by mail-oa0-f43.google.com with SMTP id l10so5551312oag.16 for ; Sun, 17 Feb 2013 23:34:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=pZtIsyB3hiENO3h0exs/hrjbIJpu6VDKZy3sasiopEA=; b=hOcr7Zc0K+WuFc6mjWGXepEYOAm2gtOZtT/FeBou05tX6XRf8W5qRczHwrG3aoij1T qymki4Z1QuMYELkevyi/FjCxq8OxGHKXWURnWkzpmIdyC+D+Z1Yug2rD64r3+j7bJ7n2 YiaxNlnkp6yteSBIZXmDV3iGosbW+ikM2yJSdDEhHluEkzxTJJ+Vg9D+bZiMnPBlzCFk hgTtQFrfgPE42NBeoMypc4T9M9amefJj6Z9K0qUMmvbq6i9CvkbU/qQ+MV5gugJydr2C F0/sRROdGJF0K+zVuPcUuLluHO0vzunuo2UJrNX/N4W1wRzZyEq0+eWENSO/5bBvIMYJ k3+g== MIME-Version: 1.0 X-Received: by 10.182.8.70 with SMTP id p6mr5500023oba.90.1361172875343; Sun, 17 Feb 2013 23:34:35 -0800 (PST) Sender: rdicosmo@gmail.com Received: by 10.60.65.1 with HTTP; Sun, 17 Feb 2013 23:34:35 -0800 (PST) Received: by 10.60.65.1 with HTTP; Sun, 17 Feb 2013 23:34:35 -0800 (PST) In-Reply-To: <20130218072233.GA15780@siouxsie> References: <20130218072233.GA15780@siouxsie> Date: Mon, 18 Feb 2013 08:34:35 +0100 X-Google-Sender-Auth: 1-BdwDkgSYNaLpkTtALce1LEu_c Message-ID: From: Roberto Di Cosmo To: oliver Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=f46d0444ea41b6772704d5fac15b Subject: Re: [Caml-list] Old and new OCaml installed on same machine? --f46d0444ea41b6772704d5fac15b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear Oliver, just use the Opam package manager for OCaml and you will be fine. -- Roberto Le 18 f=E9vr. 2013 08:22, "oliver" a =E9crit : > Hello, > > any ideas on how to manage multiple OCaml-installations > on one machine, without running into trouble? > > I have 3.11.2 here on my old Ubuntu box. > I built OCaml 4.00, but stopped before the "make install", > because on a target system (a server providing my web stuff) > there also is 3.11.2 installed (older Debian system), and I'm > not root at that system. > > But I want to compile my code there also. > So I may need to develop in two branches for a while > and do merges. > > When I remove my 3.11.2, the testing would need me to work > on the remote machine, when testing the old-branch (the merges). > Possible, but more effort (and network delays are annoying). > > Can more than one OCaml be installed and used in an easy way? > Or should I forget this issue because of "mission impossible" > or because of "that needs too much effort"? > > (I use OCamlMakefile for building my stuff.) > > Any ideas on that? > > > Ciao, > Oliver > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > --f46d0444ea41b6772704d5fac15b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Dear Oliver,
=A0=A0=A0 just use the Opam package manager for OCaml and you will be fine.=

--
Roberto

Le 18 f=E9vr. 2013 08:22, "oliver" <= ;oliver@first.in-berlin.de= > a =E9crit=A0:
Hello,

any ideas on how to manage multiple OCaml-installations
on one machine, without running into trouble?

I have 3.11.2 here on my old Ubuntu box.
I built OCaml 4.00, but stopped before the "make install",
because on a target system (a server providing my web stuff)
there also is 3.11.2 installed (older Debian system), and I'm
not root at that system.

But I want to compile my code there also.
So I may need to develop in two branches for a while
and do merges.

When I remove my 3.11.2, the testing would need me to work
on the remote machine, when testing the old-branch (the merges).
Possible, but more effort (and network delays are annoying).

Can more than one OCaml be installed and used in an easy way?
Or should I forget this issue because of "mission impossible"
or because of "that needs too much effort"?

(I use OCamlMakefile for building my stuff.)

Any ideas on that?


Ciao,
=A0 =A0Oliver

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
--f46d0444ea41b6772704d5fac15b--