From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id B58E7D45F for ; Mon, 31 Oct 2005 13:33:30 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9VCXUEs017939 for ; Mon, 31 Oct 2005 13:33:30 +0100 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id NAA09187 for ; Mon, 31 Oct 2005 13:33:29 +0100 (MET) Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com [68.142.198.210]) by concorde.inria.fr (8.13.0/8.13.0) with SMTP id j9VCXS5B016120 for ; Mon, 31 Oct 2005 13:33:28 +0100 Received: (qmail 35726 invoked from network); 31 Oct 2005 12:33:27 -0000 Received: from unknown (HELO ?192.168.1.100?) (rftp@pacbell.net@63.194.18.166 with plain) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 31 Oct 2005 12:33:27 -0000 Message-ID: <43660F19.60806@rftp.com> Date: Mon, 31 Oct 2005 04:33:29 -0800 From: Robert Roessler Organization: Robert's High-performance Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051026 SeaMonkey/1.1a MIME-Version: 1.0 To: Christophe Papazian Cc: caml-list@inria.fr Subject: Re: [Caml-list] ocamlrun.a References: <19AC36EE-45F1-473C-A322-37F8169ED760@i3s.unice.fr> In-Reply-To: <19AC36EE-45F1-473C-A322-37F8169ED760@i3s.unice.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 43660F1A.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 43660F18.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocamlrun:01 christophe:01 dllpcre:01 pcre:01 libpcre:01 ocamlc:01 -where:01 ocamlrun:01 usr:01 lib:01 ocaml:01 errno:01 makefile:01 makefile:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Christophe Papazian wrote: > I tried to compile LablPCRE on mac os X (Tiger), but this error happened : > > ld -o dllpcre.so ml_pcre.d.o libpcre.a `ocamlc.opt -where`/ocamlrun.a > ld: can't open: /usr/local/lib/ocaml/ocamlrun.a (No such file or > directory, errno = 2) > > ok, so there is no ocamlrun.a. These must be due to mac os X, and some > dynamic feature (?) > > Anyway, how can I compile LablPCRE on my computer ? and how can I > compile all those library/packages > that I will probably use in a near future that all need ocamlrun.a ?? Well, we are still waiting for some kind soul or souls to contribute more "*nix-like" sections and settings for the LablPCRE Makefile. As distributed, the package is able to be built (as stated in the Makefile) with a Microsoft toolchain for Windows... :) Not that it solves your problem, but there is a newer and much improved version of the package at http://www.rftp.com/LablPCRE-0.9.tar.gz I have been holding off release in the hope that some of the needed other build settings would come trickling in. Robert Roessler roessler@rftp.com http://www.rftp.com