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=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr 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 8E979BBAF for ; Thu, 15 May 2008 18:03:48 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai8EAJj7K0jAXQImiGdsb2JhbACDHY8EAQEBDyCVCYYQ X-IronPort-AV: E=Sophos;i="4.27,492,1204498800"; d="scan'208";a="26216390" Received: from discorde.inria.fr ([192.93.2.38]) by mail4-smtp-sop.national.inria.fr with ESMTP; 15 May 2008 18:03:48 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m4FG3lm3002038 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 15 May 2008 18:03:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AusFAM/7K0hKfS4dc2dsb2JhbACDHY8EAQwDBAQJDwWVB4YQ X-IronPort-AV: E=Sophos;i="4.27,492,1204498800"; d="scan'208";a="12630566" Received: from yw-out-2324.google.com ([74.125.46.29]) by mail3-smtp-sop.national.inria.fr with ESMTP; 15 May 2008 18:03:46 +0200 Received: by yw-out-2324.google.com with SMTP id 5so251423ywh.27 for ; Thu, 15 May 2008 09:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=sCPm1yYP6D2nU1LKxWoiThzEj1EZzUWpxtjjLtm3EHw=; b=BSSwh5pSCWuuTjF/jN0pvhtxIuptQ3rHuRZFW8Rk4n9JhTBYqT/jwWKmld9Z1H87t0bz5tgU67qtn7Ieopbmvnsm/xeZJmf6NWDfKY/+moinEoTJ/lVFnsC5DDd5mVlWpLLvWpwbk3eM5Wkhmt3QchLD4OFdOltHxljSZc8wt0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Syrus2ofzvqLTEpJeVT2Yc4WNoCSEzykA6FreTCDyh+MN/5wq6araBZbZ4VopuTo4wkh9liCS4aPDL0nlweXwjmzrhYsQDu1u0FXqzY/+NVtT28+zzG1S1nQNQZL2AMSpr53DDnGUjg+zsVJ3lD4fnTkopAFnUsKqsr8/Uff9Pg= Received: by 10.142.191.2 with SMTP id o2mr1053014wff.209.1210867423529; Thu, 15 May 2008 09:03:43 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Thu, 15 May 2008 09:03:43 -0700 (PDT) Message-ID: Date: Thu, 15 May 2008 12:03:43 -0400 From: "Markus Mottl" To: "Caml List" Subject: Re: [Caml-list] Core has landed In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1209764381.8680.38.camel@nyc-qws-018.delacy.com> <20080503081946.GA30935@annexia.org> <891bd3390805030356n1988a6cep5f7d4263ae30cffe@mail.gmail.com> <20080515122719.GA2842@annexia.org> <20080515124023.GA4797@aquarium.takhisis.invalid> X-Miltered: at discorde with ID 482C5EE3.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; markus:01 mottl:01 markus:01 mottl:01 gcc:01 compilation:01 compilation:01 ocaml:01 wrote:01 caml-list:01 oops:01 unsigned:02 binary:02 seems:03 library:03 On Thu, May 15, 2008 at 11:59 AM, Markus Mottl wrote: > It seems that this is related to the PPC architecture defaulting to > unsigned as opposed to signed chars. I don't know what the best fix > for this is. Maybe gcc 4.3.0 changes this default behavior. I guess > that using the compilation flag "-no-unsigned-char" might fix this in > the general case. Could anybody with access to a PPC platform please > verify, whether this flag solved this compilation problem for the > binary protocol library? Thanks! Oops, typo. The compilation flag in question is called "-fno-unsigned-char". Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com