Closed ghost closed 8 years ago
apt install libpcre3-dev
@simonsmh
I knew, and I did, but not working. I think it may involve cross-compiling.
Also I've checked the precedent https://github.com/shadowsocks/shadowsocks-libev/issues/813#issuecomment-246076060 Archlinux users are lucky that they have a prepared toolchain, but debian/ubuntu does not. So I did it manually
> ./configure --host=x86_64-w64-mingw32 --prefix=$HOME/win/pcre
> make && make install
I have the same problem. The OS is debian and i get same error. How did you resolve that?
Any help? @haodong
Please answer these questions before submitting your issue. Thanks!
What version of shadowsocks-libev are you using?
the repos'
What operating system are you using?
debian 8
What did you do?
cross-compile ss-libev for win through mingw-w64 4.0.6-1
What did you expect to see?
please..
What did you see instead?
a lot of errors (I've overcomed those in openssl and zlib)