标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
简明x86汇编语言教程(7)编译优化概述-1 | 1089 | 0 | 0 | 2007-10-19 | |
简明x86汇编语言教程(5)串操作 | 972 | 0 | 0 | 2007-10-19 | |
简明x86汇编语言教程(4)[修订版]操作内存 | 1197 | 0 | 0 | 2007-10-19 | |
简明x86汇编语言教程(3)使用寄存器 | 1010 | 0 | 0 | 2007-10-19 | |
简明x86汇编语言教程(2)认识处理器 | 924 | 0 | 0 | 2007-10-19 | |
简明x86汇编语言教程(1)汇编语言简介 | 894 | 0 | 0 | 2007-10-19 |
a1234567mdy2014-04-28 16:13
root@lalala-virtual-machine:/home/lalala/Downloads/ufasoft_coin-0.82# make
make: *** No targets specified and no makefile found. Stop.
root@lalala-virtual-machine:/home/lalala/Downloads/ufasoft_coin-0.82#
a1234567mdy2014-04-28 15:37
Building dependency tree
Reading state information... Done
E: Unable to locate package libcure-devel
root@lalala-virtual-machine:/opt/ufasoft_coin-0.82#
a1234567mdy2014-04-28 15:18
root@lalala-virtual-machine:/opt/ufasoft_coin-0.82# ./configure
checking build system type... i686-pc-linux-gnu
.............
checking for g++... no
configure: error: No C++ compiler found. Please install a C++ compiler.
root@lalala-virtual-machine:/opt/ufasoft_coin-0.82#