Issue with sqlite3?

Issue #37 new
Paul Tiseo created an issue

I am trying to go get goose, but end up with an error/warning of some sort, and no executable in $GOPATH/bin. Here's the message:

E:\Repositories\~Go>go get bitbucket.org/liamstask/goose/lib/goose
# github.com/mattn/go-sqlite3
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

Any suggestions?

Comments (3)

  1. Matthew Grogan

    I have a similar issue except after # github....go-sqlite3 I have:

    #!
    
    realgcc.exe: warning: '-x c' after last input file has no effect
    realgcc.exe: no input files
    

    Figured this out. It was using some wierd gcc location in my haskell install files. Uninstalled that and installed mingw and now I have the same issue as Paul.

  2. Log in to comment