tar vxzf bochs-2.6.tar.gz cd bochs-2.6 ./configure --enable-debugger --enable-disasm
找到LDFLAGS,在后面添加-lpthread。
make sudo make install