한컴리눅스을 워크스테이션모드로 깔고 vmware을 설치 할려고 하는데
잘 안됩니다. 도와 주세여. 머리 아파여....
gcc도 3.0으로 새로 컴파일해서 깔았는데.....
vmware 설치후 vmware-config.pl 을 실행시키면 아래와 타이 에러납니다.
T.T
/usr/include/asm/string.h:519:17: warning: multi-line string literals are deprec
ated^M
In file included from /usr/include/asm/semaphore.h:39,^M
from /usr/include/linux/fs.h:200,^M
[/opt/vmware]# ./vmware-config.pl
Making sure VMware Workstation's services are stopped.
Stopping VMware services:
Virtual machine monitor OK ]
Trying to find a suitable vmmon module for your running kernel.
Unable to open the property file
"/opt/lib/vmware/modules/binary/smp-2.2.12-20smp/properties". Skipping this
kernel.
None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this script to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
As of October 2001, Gcc 3.x is not yet a supported compiler by the Linux kernel
development team. Have a look at /usr/src/linux/Documentation/Changes to get the
correct compiler installed. This script will take into consideration the CC
environment variable. Do you want to go with /usr/bin/gcc version 3.0.2 compiler
? [no] y
What is the location of the directory of C header files that match your running
kernel? [/usr/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
make: Entering directory `/tmp/vmware-config6/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config6/vmmon-only'
make[2]: Entering directory `/tmp/vmware-config6/vmmon-only/driver-2.4.2-2hl'
In file included from ../linux/driver-config.h:35,
from ../linux/driver.c:11:
/usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-hea
ders system headers,
/usr/include/linux/modversions.h:2:2: #error but headers from an appropriate ker
nel-source
In file included from /usr/include/linux/string.h:27,
from /usr/include/linux/fs.h:23,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:9,
from ../linux/driver.c:21:
/usr/include/asm/string.h:519:17: warning: multi-line string literals are deprec
ated
In file included from /usr/include/asm/semaphore.h:39,
from /usr/include/linux/fs.h:200,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:9,
from ../linux/driver.c:21:
/usr/include/asm/system.h:148:9: warning: multi-line string literals are depreca
ted
make[2]: *** [driver.d] Error 1
make[2]: Leaving directory `/tmp/vmware-config6/vmmon-only/driver-2.4.2-2hl'
make[1]: *** [deps] Error 2
make[1]: Leaving directory `/tmp/vmware-config6/vmmon-only'
make: *** [auto-build] Error 2
make: Leaving directory `/tmp/vmware-config6/vmmon-only'
Unable to build the vmmon module.
For more information on how to troubleshoot module-related problems, please have
a look at "http://www.vmware.com/download/modules/modules.html".
Execution aborted.
[/opt/vmware]#