Chez Scheme在Ubuntu 20.04上的编译错误:relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object

时间:2020-06-25 20:52:10   收藏:0   阅读:365

Chez Scheme在Ubuntu 20.04上的编译错误信息为:

/usr/bin/ld: ../boot/a6le/kernel.o: relocation R_X86_64_32S against `.rodata‘ can not be used when making a PIE object; recompile with -fPIE

 

没看到有谁提到这个问题,估计是用Scheme的人少。搞定办法为:

LDFLAGS=-no-pie ./configure

 

原文:https://www.cnblogs.com/z16166/p/13192665.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!