golang buildmode

shooter · · 3542 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

go install -buildmode=shared std
go build -linkshared  hi.go 

ll -h hi hii
  16K Jun 19 02:39 hi*
  2.0M Jun 19 02:43 hii*


readelf -x .interp hi

Hex dump of section '.interp':
  0x00400238 2f6c6962 36342f6c 642d6c69 6e75782d /lib64/ld-linux-
  0x00400248 7838362d 36342e73 6f2e3200          x86-64.so.2.


readelf -x .interp hii
Warning: Section '.interp' was not dumped because it does not exist!

readelf -x .interp `which ls`

Hex dump of section '.interp':
  0x00400238 2f6c6962 36342f6c 642d6c69 6e75782d /lib64/ld-linux-
  0x00400248 7838362d 36342e73 6f2e3200          x86-64.so.2.  

参考:

https://blog.lab99.org/post/golang-2017-10-01-video-go-build-mode.html#shared-go-de-dong-tai-lian-jie-ku


有疑问加站长微信联系(非本文作者)

本文来自:简书

感谢作者:shooter

查看原文:golang buildmode

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3542 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传