Closed egordon closed 10 years ago
Everything appears to work after just switching GOARCH to 386 and running C:\Go\src\make.bat. I guess I'll have to pass up on a 64-bit application for now.
I just updated my go installation 1.3.1 and tested the package. Everything seems to work fine. Are you saying that error returns if you undefine GOARCH and rebuild go?
Sorry, forgot to check back on this! Actually, rebuilding go with GOARCH specified as amd64 seemed to work just fine. Must have been some sort of configuration error on my part. Thanks!
Hello mxk! I tried to figure this one out, but I'm stumped.
go test github.com\mxk\go-sqlite\sqlite3
throws the following error:According to
go test -x
, it appears right after the this link command:I'm not even sure how to read this, is it some undefined symbol the .text section?
Software
Thank you very much!