From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p1NDerf1021709 for ; Wed, 23 Feb 2011 14:40:53 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhACAHedZE3RVda2kGdsb2JhbACEIaFwCBUBAQEBCQkMBxEEIKFYiV+CWIUMiQkBAQMFgSKDQXYEjBaISDqBFA X-IronPort-AV: E=Sophos;i="4.62,212,1297033200"; d="scan'208";a="76435874" Received: from mail-iw0-f182.google.com ([209.85.214.182]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 23 Feb 2011 14:40:47 +0100 Received: by iwn33 with SMTP id 33so3009163iwn.27 for ; Wed, 23 Feb 2011 05:40:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=uijzIJN7wZVxecUrtPewaIPeoQekhO957QENdPFsoR8=; b=KX52NXSxR4/IrATTr3PzU0udGdBcsY/A7g2VuOERAtEiHLEPPEh3WzaEvOX1H9MHAg +EVVs9MSdFz3h6io+PYlpvN3nHISUgaVTKje9qdCeSRU8oj+A5PqryM0o+R1Ih7BlZwD r6JClbwpMjEogIw2LTgRaHtKJHbOq3u993v0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=soxKQwHzekCHTGQB3qFhXSkiUus7ZvppKq+NWb/xz0xvrbQGI+w4QfPGt1JqqTzS/T nq0M2IjIU4RMX2ABEjivhhqhfy/OiBzzawKSAFIDp47/Nn+rAvpofzZofA/2+AAItRAi DRZ5zqr6hqITkd0iVoKPDAVvluGnbZeTnSiqo= MIME-Version: 1.0 Received: by 10.42.222.66 with SMTP id if2mr5027214icb.487.1298468446197; Wed, 23 Feb 2011 05:40:46 -0800 (PST) Sender: daniel.c.buenzli@gmail.com Received: by 10.231.33.140 with HTTP; Wed, 23 Feb 2011 05:40:46 -0800 (PST) In-Reply-To: References: <2E007446-C7AD-46D6-8F9C-1377533EF156@polytechnique.org> Date: Wed, 23 Feb 2011 14:40:46 +0100 X-Google-Sender-Auth: ORN2fP0DbQKh8sa3NMA9OOYph0c Message-ID: From: =?UTF-8?Q?Daniel_B=C3=BCnzli?= To: Alan Schmitt Cc: caml-list@inria.fr Content-Type: text/plain; charset=UTF-8 Subject: Re: [Caml-list] Specifying a framework to link with using ocamlopt? > You should review how this cmxa was built and installed. and/or use the -noautolink option. Daniel