From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA29165; Fri, 22 Feb 2002 17:17:25 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA29867 for ; Fri, 22 Feb 2002 17:17:24 +0100 (MET) Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g1MGHOv02987 for ; Fri, 22 Feb 2002 17:17:24 +0100 (MET) Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g1MGHOp32491 ; Fri, 22 Feb 2002 17:17:24 +0100 (CET) Received: from localhost (frisch@localhost) by clipper.ens.fr (8.9.2/jb-1.1) id RAA04797 ; Fri, 22 Feb 2002 17:17:23 +0100 (MET) Date: Fri, 22 Feb 2002 17:17:23 +0100 (MET) From: Alain Frisch To: Johann Spies cc: OCAML Subject: Re: [Caml-list] Problem using pcre on Debian In-Reply-To: <20020222160342.GB26933@adept.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, 22 Feb 2002, Johann Spies wrote: > On Fri, Feb 22, 2002 at 03:48:39PM +0100, Markus Mottl wrote: > > > What is the particular problem that prevents you from compiling the PCRE > > as a shared library? > > A series of messages like this: > ---------------------------------------- > ocamlc -I ../../pcre-OCaml -ccopt -L../../pcre-OCaml pcre.cma > -o cloc \ cloc.cmo > Error on dynamically loaded library: libpcre.so.0: cannot open shared > object fi$make[2]: *** [cloc] Error 2 > ------------------------------------ This error appears when building test/example applications and it indicates that the dll has not been successfully built; don't you have any error message beforehand ? Again: what is the architecture, C compiler ? Are dll supported by your OCaml installation ? -- Alain ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners