[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-01-09 (11:23) |
From: | Matthieu Dubuget <matthieu.dubuget@g...> |
Subject: | Re: [Caml-list] [ANNOUNCE] OCaml Bitstring 2.0.2 |
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