I've installed gccgo using the distro package manager. It seems to work just fine except that I cannot run any tests.
==== jnml@e5-1650:~/src/modernc.org/crt> go-8 version go version go1.10.3 gccgo (SUSE Linux) 8.2.1 20180831 [gcc-8-branch revision 264010] linux/amd64 ==== jnml@e5-1650:~/src/modernc.org/crt> go test go tool: no such tool "vet" === jnml@e5-1650:~/src/modernc.org/crt> go-8 env GOARCH="amd64" GOBIN="" GOCACHE="/home/jnml/.cache/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/jnml" GORACE="" GOROOT="/usr" GOTMPDIR="" GOTOOLDIR="/usr/lib64/gcc/x86_64-suse-linux/8" GCCGO="/usr/bin/gccgo-8" CC="gcc-8" CXX="g++-8" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build374301587=/tmp/go-build -gno-record-gcc-switches -funwind-tables" ==== jnml@e5-1650:~/src/modernc.org/crt> The operating system here is openSUSE Leap 15.0/amd64. Gccgo was installed using package gcc8-go, version 8.2.1+r264010-lp150.2.3. Does anybody know hot to get 'go-8 test' working? Thanks in advance for any and all answers. -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
