On Sat, 2004-09-25 at 01:21 -0700, [EMAIL PROTECTED] wrote:

> Here's a copy of the input and output -  
> Would someone please look at it and tell me what I'm missing 
> thanks 
>  
>  
> Using 2.6.x kernel build system. 
> make: Entering directory `/tmp/vmware-config1/vmmon-only' 
> make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
> make[1]: Entering directory `/usr/src/linux-2.6.5-7.108' 
> Makefile:438: .config: No such file or directory 

Try doing:

cd /usr/src/linux-2.6.5-7.108
make menuconfig
(save changes)

Then run vmware-config.pl

It looks like the script is complaining about the kernel .config file,
which is created when you configure a kernel for building.

>  
> WARNING: Symbol version dump /usr/src/linux-2.6.5-7.108/Module.symvers is  
> missing, modules will have CONFIG_MODVERSIONS disabled. 
>  
>   CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o 
> /bin/sh: line 1: scripts/basic/fixdep: No such file or directory 

make menuconfig might also fix this problem too. Give it a shot and if
it doesn't work then we'll see what else we can come up with.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to