wtetzner / bitstring

Automatically exported from code.google.com/p/bitstring
GNU General Public License v2.0
0 stars 0 forks source link

Compilation on mingw #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to compile bitstring on mingw, I have to do 

sed -i -e 's/-Werror -fPIC/-mno-cygwin/' \
    -e 's/\*\.so/\*.dll/' \
    -e 's/@BYTESWAP_H@/byteswap.h/' \
     Makefile.in

I have no idea how this could be avoided

Salutations

Original issue reported on code.google.com by matthieu...@gmail.com on 25 Mar 2010 at 3:44