I did, Thanks. Here is some info on my kernel and gcc: [root@tryps include]# rpm -qa | grep kernel kernel-utils-2.4-9.1.101.fedora kernel-2.4.22-1.2149.nptl kernel-2.4.22-1.2115.nptl kernel-pcmcia-cs-3.1.31-13 [root@tryps include]# dmesg | grep gcc Linux version 2.4.22-1.2149.nptl (bhcompile@xxxxxxxxxxxxxxxxxxxxx) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Jan 7 13:08:26 EST 2004 I am just downloading the kernel-source, is correct to assume I should put that file at /usr/src ? I am listing the contents for any advice: [root@tryps src]# pwd /usr/src [root@tryps src]# ls -l total 4 drwxr-xr-x 7 root root 4096 Jan 23 17:52 redhat [root@tryps src]# ls -l redhat/ total 20 drwxr-xr-x 2 root root 4096 Jul 17 2003 BUILD drwxr-xr-x 8 root root 4096 Jan 23 17:52 RPMS drwxr-xr-x 2 root root 4096 Jul 17 2003 SOURCES drwxr-xr-x 2 root root 4096 Jul 17 2003 SPECS drwxr-xr-x 2 root root 4096 Jul 17 2003 SRPMS Thanks again, Alberto On Mon, 2004-01-26 at 07:43, schlueri-lists wrote: > Am Mo, den 26.01.2004 schrieb Alberto Davila um 10:13: > > Hi, > > > > I am trying to install VMware-Workstation-4.0 in Fedora Core 1 but just > > got problems.. I am listing the log below. For info, I also tried the same installation with : > > > > export CC=gcc32 > > > > but got the same problems. > > Search the list archives first! You must have installed the > kernel-source rpm corresponding to to your running kernel. > > Check with > # rpm -qa|grep kernel > >