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.9 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 16C77BB84 for ; Wed, 13 Aug 2008 16:57:51 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8AAOCSokjYSfEMo2dsb2JhbACLC4ZrAQEBAQEBBwUIBxGkbIFV X-IronPort-AV: E=Sophos;i="4.32,201,1217800800"; d="scan'208";a="28197368" Received: from info-smtp-004.amnh.org ([216.73.241.12]) by mail4-smtp-sop.national.inria.fr with ESMTP; 13 Aug 2008 16:57:50 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by info-smtp-004.amnh.org (Postfix) with ESMTP id B20601CD50B for ; Wed, 13 Aug 2008 10:57:48 -0400 (EDT) X-Virus-Scanned: amavisd-new at amnh.org Received: from info-smtp-004.amnh.org ([127.0.0.1]) by localhost (info-smtp-004.amnh.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p9mFIp0mG+4t for ; Wed, 13 Aug 2008 10:57:48 -0400 (EDT) Received: from [10.0.1.3] (unknown [216.73.248.96]) by info-smtp-004.amnh.org (Postfix) with ESMTP id D75E81CD508 for ; Wed, 13 Aug 2008 10:57:47 -0400 (EDT) Message-Id: <64D28D45-CB3B-4924-B229-2BF074EBC671@gmail.com> From: Andres Varon To: caml-list@yquem.inria.fr Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: camlp4fulllib.cmxa without make opt.opt Date: Wed, 13 Aug 2008 10:57:47 -0400 X-Mailer: Apple Mail (2.926) X-Spam: no; 0.00; camlp:01 cmxa:01 camlp:01 cmxa:01 ocaml:01 ocaml:01 makefile:01 compilation:01 bug:01 bug:01 compiling:02 native:03 seems:03 library:03 opt:04 Hello Everyone, I am getting every now and then a user having troubles compiling my applications because the file camlp4fulllib.cmxa is missing in their OCaml install. It seems like the ocaml distro's Makefile only build and install the camlp4 native tools and libraries if make opt.opt is run. Unfortunately the compilation instructions say that make opt.opt is optional (many sysadmins don't do the optional step). Shouldn't I expect that library to be part of the make opt build? Or is it a bug in the Makfile? I couldn't find anything about it in the bug tracking system. best, Andres