When trying to install suapapa / go_sass on Windows 8.1 using the command:
go get github.com/suapapa/go_sass
I ran into this error:
cc1.exe: sorry, not implemented: 64-bit mode is not compiled into
According to stackoverflow and other forums, this problem occurs because I don't have the correct version of mingw (correct me if I am wrong). My version is 1.3.3 windows / amd64.
So, I tried to install the 64-bit version of gcc, which I found at http://tdm-gcc.tdragon.net/ .
I still cannot get the package I want to install. Any help? I am not familiar with compilers at all.
source
share