From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 890C9BBAF for ; Sat, 9 Jan 2010 12:23:42 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjMCAHX1R0tIDtyckGdsb2JhbACTY4c5PwEBAQEJCQwHE6tWCoEohRuFawECAwWEKgSKZw X-IronPort-AV: E=Sophos;i="4.49,247,1262559600"; d="scan'208";a="41087695" Received: from fg-out-1718.google.com ([72.14.220.156]) by mail2-smtp-roc.national.inria.fr with ESMTP; 09 Jan 2010 12:23:42 +0100 Received: by fg-out-1718.google.com with SMTP id 19so1309079fgg.3 for ; Sat, 09 Jan 2010 03:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=WWX4NskXPtSz5T4waGnvRMje/edeUnX1pqHihVG31rQ=; b=qDfaZlN0Ei8CHJbzH+rPzUPzGL8DA0PGakXmfJ3up1PtEtPx75mmZjUajxERYKqJW4 p3sWSySuGa2k91JFP8WjesFnnU0MQHN8nraEi+WNCwbx80WLCiZZNG/HdVQ9zZsEbs0+ Zk+REM9wurye3QLaLS1wPSCGXf++AIEWMy1JU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=BwUO0OBx71iZP3HK3qQcalHJrBrLnA07VTZ1xSlRe5sDJJjnvO09R1KmvWhPnHj3w+ RSobvGySsOTUYgm771ITk5RdM3knfrE1bK6/hIyiLS0pr1rVycxCDf8IXxvTHbS7UgJO HCTX5NxTTtzubrrMiWi5DeNW5NkKHV51SmMQk= Received: by 10.87.45.21 with SMTP id x21mr1517528fgj.62.1263036221897; Sat, 09 Jan 2010 03:23:41 -0800 (PST) Received: from ?192.168.1.21? (146.11.197-77.rev.gaoland.net [77.197.11.146]) by mx.google.com with ESMTPS id l12sm51478966fgb.25.2010.01.09.03.23.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 Jan 2010 03:23:41 -0800 (PST) Message-ID: <4B48673A.40601@gmail.com> Date: Sat, 09 Jan 2010 12:23:38 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8pre) Gecko/20100106 Shredder/3.0.1pre MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] [ANNOUNCE] OCaml Bitstring 2.0.2 References: <20100109100812.GA26610@annexia.org> In-Reply-To: <20100109100812.GA26610@annexia.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 ocaml:01 mingw:01 -fpic:01 makefile:01 cflags:01 -mno-cygwin:01 mingw:01 caml-list:01 sed:01 sed:01 bin:01 For those who would want to use bitstring on mingw, I had it compiled ok with the following: > cp byteswap.in.h byteswap.h > sed -i -e 's/-Werror -fPIC//' Makefile.in > sed -i -e 's/open_in/open_in_bin/' pa_bitstring.ml > create_test_pattern.ml bitstring_objinfo.ml > ./configure CFLAGS="-mno-cygwin" > make The test target is also buggy on mingw. But the library is working ok Salutations Matt