amandeep@s113ldom1:/opt/go_pkgs/src/github.com/golang/glog$ file /opt/go_pkgs/pkg/gccgo_solaris_sparc64/github.com/golang/libglog.a
/opt/go_pkgs/pkg/gccgo_solaris_sparc64/github.com/golang/libglog.a: current ar archive, 32-bit symbol table
The text was updated successfully, but these errors were encountered:
ianlancetaylor
changed the title
Not able to build 64 bit package solaris 11
cmd/go: C compiler flags not passed when building buildid.s
Sep 28, 2018
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.10.3 gccgo (GCC) 8.2.1 20180813 solaris/sparc
Does this issue reproduce with the latest release?
yes, compiled from source.
What operating system and processor architecture are you using (
go env
)?What did you do?
tried compiling a 64 bit lib with go install. In this particular example, trying to install glog
More info on the mailing list about it: https://groups.google.com/forum/#!topic/golang-nuts/mRVt7Ge2iaM
What did you expect to see?
a 64-bit lib
What did you see instead?
a 32-bit lib
The text was updated successfully, but these errors were encountered: