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=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id A014DBC0A for ; Thu, 21 Jun 2007 09:33:45 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5L7Xhxl006464 for ; Thu, 21 Jun 2007 09:33:44 +0200 Received: by wa-out-1112.google.com with SMTP id m34so264754wag for ; Thu, 21 Jun 2007 00:33:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=afR5atgPvYuTySVutt/tD4nUvL63aCOngnQjLHvOL4lZc+OHT2Pmnd/Q7MtsaaL9JIkEaClfYHZWXyWNRA4TAXoZRKOimLGN+x3Hncmz51EcAjZfFNAlkjkW43lKq0kU2EGiZthIuWqUw/NfhQ4L1Y1AdRWJaYXAsWblbwe1q1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B6wK/Ue95EDQA7+mVsbCPd0ynJ+OjV7mKWe1fAhZHN0PvPfqtKzTZL2HNfiWRgFEf2inH3ckStFjqRUcmFTT0rEurQ0smJjWzetgurdJW4om59NWeTXTYf6bBqNbTINY6KCllaQJMp+TemP9/sibWkMByg8wPobUfZXhCSsHC+E= Received: by 10.114.67.2 with SMTP id p2mr1265557waa.1182411222562; Thu, 21 Jun 2007 00:33:42 -0700 (PDT) Received: by 10.114.181.9 with HTTP; Thu, 21 Jun 2007 00:33:42 -0700 (PDT) Message-ID: Date: Thu, 21 Jun 2007 09:33:42 +0200 From: "Nicolas Pouillard" To: seanmcl@cmu.edu Subject: Re: [Caml-list] ocamlbuild native linux failure (solution) Cc: "Caml List" In-Reply-To: <6579f8680706201008t3124dec7wf45c2098d824b3f0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6579f8680706201008t3124dec7wf45c2098d824b3f0@mail.gmail.com> X-j-chkmail-Score: MSGID : 467A29D7.002 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 467A29D7.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 wrote:01 compile:01 caml-list:01 compiling:02 native:02 native:02 library:03 opt:05 opt:05 installed:05 fails:05 linux:06 nicolas:08 nicolas:08 On 6/20/07, Sean McLaughlin wrote: > Hi, > > To answer my own question, I hadn't done a "make opt" when > compiling OCaml. Could be a better error message > for that? > I think that the solution is unrelated to "make opt", however ocamlbuild fails to compile it's plugin (in case of using a plugin) when the native library is not installed (use -byte-plugin if you really cannot use native code). -- Nicolas Pouillard