解决bochs在mint下编译报错问题
Bochs在Mint下编译时出现如下错误:
error adding symbols: DSO missing from command line collect2: error:ld returned 1 exit statusmake: *** [bochs]
解决方案:在bochs源码目录下找到Makefile,在里边找到“LIBS = ”那一行,在后边加上“ -lz -lrt -lm -lpthread”。
本作品所有权归 齐大 所有,转载请写明出处。