From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id A4197BCAB for ; Tue, 31 May 2005 19:29:24 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j4VHTOwI005571 for ; Tue, 31 May 2005 19:29:24 +0200 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 TAA08195 for ; Tue, 31 May 2005 19:29:23 +0200 (MET DST) Received: from mz1.forethought.net (mzpi3.forethought.net [216.241.36.12]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j4VHTMYN004264 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 31 May 2005 19:29:23 +0200 Received: from [216.241.35.41] (helo=[10.0.0.2]) by mz1.forethought.net with esmtp (Exim 4.51) id 1DdAYL-0004LD-9D for caml-list@inria.fr; Tue, 31 May 2005 11:29:21 -0600 Message-ID: <429C9EEF.3040207@havenrock.com> Date: Tue, 31 May 2005 11:29:19 -0600 From: Matt Gushee User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] Build error w/ Findlib on Mandrake 10.1 References: <429B98C4.10806@havenrock.com> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Miltered: at concorde with ID 429C9EF4.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 429C9EF2.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 findlib:01 damien:01 ocamlfind:01 ocamlopt:01 -package:01 labltk:01 -linkpkg:01 cmx:01 util:01 cmx:01 config:01 usr:01 lib:01 ocaml:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: Damien Bobillot wrote: > Le 31 mai 05 à 00:50, Matt Gushee a écrit : >> ocamlfind ocamlopt -package "unix str labltk" -linkpkg -o bantam.bin \ >> common.cmx util.cmx config.cmx images.cmx bantam.cmx >> Cannot find file /usr/lib/ocaml//labltk/labltk.so.cmxa >> make: *** [opt] Error 2 > > Does the file /usr/lib/ocaml/labltk/labltk.so.cmxa exists ? That's a good question. Based on the error messages, I presumed not, but I didn't specifically ask. But if that file did exist, what on earth would it be? As far as I know, there is no such thing as an '.so.cmxa' file, nor any reason for it to exist. > Or the file > /usr/lib/ocaml//labltk/labltk.cmxa without ".so" ? Another good question; I'll try to find out. > In my ocaml version, I don't have any .so in caml library names. Try to > create a symlink from labltk.so.cmxa to labltk.cmxa Hmm ... thank you, but that's a kludge, not a solution. What I would really like to find out is whether this error was caused by something under my control. If so, I'll fix it; if not, someone needs to report a bug to the Mandrake[*] team. Anyway, thanks for the response. -- Matt Gushee Englewood, CO, USA [*] Yes, I know, it's "Mandriva" now. I try to avoid that name--it always makes me think of apes with purple buttocks.