doulidai6316 2019-06-29 15:59
浏览 16
已采纳

Go是否依赖Perl&sh

I checked the source code of the syscall package.

I found that there are files like mkall.sh, mkerrors.sh, mksyscall.pl, mksyscall_libc.pl etc.

It arouse the question - Is Go dependent on Perl and sh?

  • 写回答

1条回答 默认 最新

  • dsxmwin86342 2019-06-29 21:38
    关注

    Yes, you need a shell to build Go itself. But your system already has some sort of shell, so that's not really relevant. You need Perl to regenerate some of the source files, but that's not something you would normally do even if building Go, as the files are already generated there.

    You do not necessarily need them to build your own programs written in Go, though as mentioned already, you already have a shell of some sort.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 (标签-UDP|关键词-client)
  • ¥15 关于库卡officelite无法与虚拟机通讯的问题
  • ¥15 qgcomp混合物线性模型分析的代码出现错误:Model aliasing occurred
  • ¥100 已有python代码,要求做成可执行程序,程序设计内容不多
  • ¥15 目标检测项目无法读取视频
  • ¥15 GEO datasets中基因芯片数据仅仅提供了normalized signal如何进行差异分析
  • ¥15 小红薯封设备能解决的来
  • ¥100 求采集电商背景音乐的方法
  • ¥15 数学建模竞赛求指导帮助
  • ¥15 STM32控制MAX7219问题求解答