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=2.8 required=5.0 tests=DNS_FROM_RFC_POST,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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id A31A7BB84 for ; Wed, 28 Jan 2009 19:50:30 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcBAC83gElA6ba4i2dsb2JhbACTTz8BAQEKCwoHDwWqKjCFNIhCAQMBA4VEBoM8 X-IronPort-AV: E=Sophos;i="4.37,339,1231110000"; d="scan'208";a="22159402" Received: from nf-out-0910.google.com ([64.233.182.184]) by mail3-smtp-sop.national.inria.fr with ESMTP; 28 Jan 2009 19:50:30 +0100 Received: by nf-out-0910.google.com with SMTP id d3so1528919nfc.7 for ; Wed, 28 Jan 2009 10:50:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=J46UGxk137NiteDsa6vLJdw0sricOViky738XRfpguA=; b=ZSaVcaocqKePKLW1GVapufcAGBBn40U+qhknCjfiVvf2o+b/DfrmVaGBTnOhvRTBMK 9lVEexdhpiWefpml4ZCTI+cbxja4pVf/NMvK6KrT4oOLREpkIGVdYV5t9JSp7Id0D2yN 6Bp2aTVI/GJZQjgPVre46J6EkWEpDIIveX9lc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MtXUczzC8PFNuBfPngZAEJ1DkcrerZqQT8ZT7lww6ByBI3kfqklluKYOeJOmSJNWId 2hWKRtZFJRuWTAPK4CzWuIipNUU0oTek72yA7Xd0L7EoARVaOZFMu/R1a+gcMmxRBCBe sWeqCk5nSILspjeK9UhpDNYSNWa6F45FiLTjo= MIME-Version: 1.0 Sender: ematsen@gmail.com Received: by 10.66.232.10 with SMTP id e10mr3046991ugh.70.1233168629896; Wed, 28 Jan 2009 10:50:29 -0800 (PST) In-Reply-To: <4980A8B1.6030305@glondu.net> References: <243054520901272248k31b0a68fs2130dd84f1278dbd@mail.gmail.com> <49800728.9070200@glondu.net> <243054520901280917i24c079e5nd36455403ee0fc81@mail.gmail.com> <20090128173305.GJ25469@NANA.localdomain> <243054520901280956i258ce362qc684509ceaac1d52@mail.gmail.com> <4980A8B1.6030305@glondu.net> Date: Wed, 28 Jan 2009 10:50:29 -0800 X-Google-Sender-Auth: 6c499424b4b40b59 Message-ID: <243054520901281050n31220e98q4d9c37237e38c637@mail.gmail.com> Subject: Re: [Caml-list] problem with LACAML and static linking From: Erick Matsen To: =?ISO-8859-1?Q?St=E9phane_Glondu?= Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; lacaml:01 usr:01 lib:01 usr:01 lib:01 ocaml:01 libasmrun:01 statically:01 runtime:01 ocaml:01 libunix:01 runtime:01 cheers:01 28,:98 2009:98 Hm, unfortunately not the first one. >> /usr/lib/libblas.a(xerbla.o): In function `xerbla_': >> (.text+0x0): multiple definition of `xerbla_' >> /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here It doesn't link... Thanks, Erick On Wed, Jan 28, 2009 at 10:49 AM, St=E9phane Glondu wrot= e: > Erick Matsen a =E9crit : >> [...] >> /usr/lib/libblas.a(xerbla.o): In function `xerbla_': >> (.text+0x0): multiple definition of `xerbla_' >> /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here >> /usr/lib/ocaml/3.10.2/libasmrun.a(unix.o): In function `caml_dlopen': >> (.text+0x223): warning: Using 'dlopen' in statically linked >> applications requires at runtime the shared libraries from the glibc >> version used for linking >> /usr/lib/ocaml/3.10.2/libunix.a(getgr.o): In function `unix_getgrgid': >> ... similar messages .... >> [...] > > These are warnings, aren't they? Doesn't your program run if you ignore > them? The warnings concern ocaml runtime, so I guess you cannot do much > about it... > > > Cheers, > > -- > St=E9phane > >