i'm trying to create an object file by using "go build" for GOOS=linux 
GOARCH=386.
My current go environment has GOOS=linux GOARCH=amd64.

i know that go build directly builds and links the files, but i want to link 
files using an external linker file, so i need only the object file to be 
created.

i have tried to look up ways to do so, but i could not find any solution to 
this.

The files i'm trying to compile can be .go files that have a main function or 
just a non-main-package.

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ce913299-8730-4b5e-a7a4-accc605b4ba6o%40googlegroups.com.

Reply via email to