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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id C698E7EE49 for ; Mon, 18 Feb 2013 08:22:35 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcJABHVIVHAbSoIe2dsb2JhbABEhkm0R4UMAgKBBRYOAQEWJgQjgkl6EQIFIQIRBRiIVgSeUI5TkUgVgQ6MeV5aghcyYQOOJIgHk2E X-IPAS-Result: AtcJABHVIVHAbSoIe2dsb2JhbABEhkm0R4UMAgKBBRYOAQEWJgQjgkl6EQIFIQIRBRiIVgSeUI5TkUgVgQ6MeV5aghcyYQOOJIgHk2E X-IronPort-AV: E=Sophos;i="4.84,684,1355094000"; d="scan'208";a="3283755" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Feb 2013 08:22:35 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178016215.adsl.alicedsl.de [85.178.16.215]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r1I7MYh4032663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Feb 2013 08:22:34 +0100 Received: by first (Postfix, from userid 1000) id EED6D15400E6; Mon, 18 Feb 2013 08:22:33 +0100 (CET) Date: Mon, 18 Feb 2013 08:22:33 +0100 From: oliver To: caml-list@inria.fr Message-ID: <20130218072233.GA15780@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] Old and new OCaml installed on same machine? 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