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
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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。