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

Compiling for windows (-lunwind) #8

Closed bowd closed 4 years ago

bowd commented 4 years ago

I can't seem to figure out how to provide libunwind when trying to cross-compile celo-blockchain for windows.

I'm getting:

/usr/bin/x86_64-w64-mingw32-ld: cannot find -lunwind

I'm wondering if I need to go down the route of actually building the library from source for the specified targets (windows-386 & windows-amd64) or is there a better way to solve it?

bowd commented 4 years ago

Fixed by #9 – libunwind is no longer needed 🎉