Go will work fine without a C compiler. Only if you use CGO (
https://blog.golang.org/c-go-cgo) you need one.

On Tue, Dec 12, 2017 at 2:51 PM <erfangnuli...@gmail.com> wrote:

> so GOLANG will not work, if not install C-Compiler on system.
>
> yeah?
>
>
> On Wednesday, December 13, 2017 at 2:16:23 AM UTC+3:30, C Banning wrote:
>>
>> Well, GO_BOOTSTRAP lets you use any compiler after go1.4.  I usually
>> build/install Go using the previous Go-built version - thus, I
>> built/installed Go1.9 using the Go1.8.1 compiler.
>>
>> On Tuesday, December 12, 2017 at 2:48:57 PM UTC-7, erfang...@gmail.com
>> wrote:
>>>
>>> so Main compiler is at previous version and made with C?
>>>
>>> On Wednesday, December 13, 2017 at 1:09:13 AM UTC+3:30, Tamás Gulácsi
>>> wrote:
>>>>
>>>> Yes. It compiles itself with a previous verson of the compiler first.
>>>
>>> --
> 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.
>

-- 
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