From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 77808BBAF for ; Sat, 9 May 2009 21:08:54 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuMBALVxBUpIDtyfi2dsb2JhbACWTz8BAQEKCwoHDwWmbI9NAQMBA4N7BYZh X-IronPort-AV: E=Sophos;i="4.40,321,1238968800"; d="scan'208";a="27452468" Received: from fg-out-1718.google.com ([72.14.220.159]) by mail3-smtp-sop.national.inria.fr with ESMTP; 09 May 2009 21:08:54 +0200 Received: by fg-out-1718.google.com with SMTP id e12so321512fga.20 for ; Sat, 09 May 2009 12:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=FN0sgw7VCN+vM4McMWrJJG/dCVxdvibC7evKfcQ559M=; b=ulXwwZEk+24WN8ng2mudAckHMsGbYNOLc9Sjd3rOhWIXD4nSJR4Ra8DrwTy41HLRY1 /EG1pf6GZqrBJV2OmcAZk6wcyB/46ukX7Z13U+IgqKecyg+LUGerUQO94yoIbRABklMb cJUUvc92Nu8JptUS7GSOwGnmQD136H/WAyYls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=nj1/rn/8c8tFC1k1ySEghXgpin6v9BcupWIrJEUoIXCAdW2B/dAI0MjKfEgcKoV6p9 XAYzDoHGsmKuEtKOOC5Ig928qhfyI7wnJaK9aC2TJnlkqD5BlbF52kLvn6F5hupAfgoT E3CFXkmjGn/GzOa8UjfvyKFsTaLp9yoZI6Avg= Received: by 10.86.59.2 with SMTP id h2mr4818472fga.73.1241896133592; Sat, 09 May 2009 12:08:53 -0700 (PDT) Received: from ?192.168.1.34? (123-155.1-85.cust.bluewin.ch [85.1.155.123]) by mx.google.com with ESMTPS id e11sm1447618fga.26.2009.05.09.12.08.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 May 2009 12:08:53 -0700 (PDT) Sender: =?UTF-8?Q?Daniel_B=C3=BCnzli?= Message-Id: From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= To: OCaml List In-Reply-To: <1241891367-sup-6949@ausone.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] ocamlbuild plugin linking phase Date: Sat, 9 May 2009 21:07:40 +0200 References: <1241891367-sup-6949@ausone.local> X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; bunzli:01 buenzli:01 -ocamlc:01 'ocamlc:01 ocamlopt:01 caml-list:01 linking:02 workaround:03 daniel:04 daniel:04 ecrit:06 nicolas:08 think:13 however:13 issue:14 Le 9 mai 09 =E0 19:51, Nicolas Pouillard a =E9crit : > There is no support for this in ocamlbuild. However, I think you > can workaround this issue by providing -ocamlc 'ocamlc =20 > str.cma' (same for > ocamlopt). Yes. Thanks. Daniel