celo-org / celo-bls-go

Go module for https://github.com/celo-org/bls-zexe/
Apache License 2.0
14 stars 8 forks source link

Fix windows library linker path #7

Closed bowd closed 4 years ago

bowd commented 4 years ago

I'm working on cross-compiling celo-blockchain on different platforms and I'm getting an error when trying to compile for windows/386. It led me to find that the linker flags are pointing to a folder that doesn't exist libs/i686-pc-windows-gnu. I've noticed that there is a libs/i686-pc-windows-msvc but I'm not sure if these are equivalent, and thus if my patch actually works ok, or if we need to specifically build a lib for libs/i686-pc-windows-gnu.

Update: I tried building off of this branch and I'm not getting the cannot find -lbls_snark_sys error anymore

bowd commented 4 years ago

Closed in favour of #9