On Fri, May 3, 2019 at 4:25 PM <ivan.medoe...@gmail.com> wrote:
>
> Go linker is amazing. It's the only truly cross platform linker.
>
> Is it possible to use it to create binaries from object files compiled with C?

Not really.  It only really understands Go code.  It understands just
enough C code to handle internal linking of the net and os/user
packages on some platforms.  For general purpose C code it calls out
to the C linker.

Ian

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to