Re: Go on windows: Visual Studio, gcc, cgo Oh My!

2015-10-14 Thread Andrew Stitcher
On Wed, 2015-10-14 at 18:09 -0400, aconway wrote: > I have spent a fruitless day trying to get the go binding to work on > windows. Here's the scoop. > > cgo (the Go/C integration) requires gcc to work on windows. > gcc will not link with libraries produced by Visual Studio C++ > compiler. I'm as

Re: Go on windows: Visual Studio, gcc, cgo Oh My!

2015-10-14 Thread Virgilio Fornazin
I think MinGW should *do the work*. You can cross-compile the code on linux or build on Windows host. On Wed, Oct 14, 2015 at 7:09 PM, aconway wrote: > I have spent a fruitless day trying to get the go binding to work on > windows. Here's the scoop. > > cgo (the Go/C integration) requires gcc to

Go on windows: Visual Studio, gcc, cgo Oh My!

2015-10-14 Thread aconway
I have spent a fruitless day trying to get the go binding to work on windows. Here's the scoop. cgo (the Go/C integration) requires gcc to work on windows. gcc will not link with libraries produced by Visual Studio C++ compiler. most proton users will be using the Visual Studio compiler. So I thi