|
我现在用的是zenwalk4.4.1,因为直接安装virtualbox的预编译包并不能运行,所以就想自己编译,但是编译时说bcc不存在,请问那个软件包有bcc.
错误提示:
Checking for environment: Determined linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 3.4.6, OK.
Checking for as86: found version 0.16.15, OK.
Checking for bcc:
** bcc (variable BCC) not found!
virtualbox官方提示编译所需的文件:
GCC 3.2.3 or later
as86 (real mode assembler, usually part of the dev86 or bin86 package)
bcc (Bruce Evans C Compiler; often part of the dev86 package)
IASL (Intel ACPI compiler)
xsltproc (libxslt, XML style sheet processor)
libxerces (Xerces XML parser; the C++, not the Java version)
libxalan (Xalan XSL library, depends on Xerces; again, the C++, not the Java version)
libXcursor (required to support color mouse pointers in guest)
Qt 3.3.x (with x >= 5 if possible)
libIDL
libSDL
ALSA
谢谢!
按照该页的指示,艰难万分的编译成功了,可用了一会觉得不是很好用,又没再用了,郁闷。。。。。
http://www.linuxquestions.org/questions/showthread.php?t=519563 |
|