Mailinglist Archive: opensuse (3964 mails)
| < Previous | Next > |
Re: [SLE] C header files
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Mon, 29 Nov 2004 13:48:15 +0100
- Message-id: <200411291348.16184.andjoh@xxxxxxxxxx>
On Monday 29 November 2004 12:49, Sid Boyce wrote:
> John Lamb wrote:
> > Aaron Bridge wrote:
> >> I'm installing vmware-tools and the install is looking for the C
> >> header files. It is looking in /usr/src/linux/include. I receive an
> >> error telling me the directory does not exist. Could someone please
> >> tell me where the C header files are located? Thanks
> >
> > Usually in /usr/include
>
> Kernel sources need to be installed.
and prepared. Once they're installed, do, as root
cd /usr/src/linux
make cloneconfig
make prepare
> John Lamb wrote:
> > Aaron Bridge wrote:
> >> I'm installing vmware-tools and the install is looking for the C
> >> header files. It is looking in /usr/src/linux/include. I receive an
> >> error telling me the directory does not exist. Could someone please
> >> tell me where the C header files are located? Thanks
> >
> > Usually in /usr/include
>
> Kernel sources need to be installed.
and prepared. Once they're installed, do, as root
cd /usr/src/linux
make cloneconfig
make prepare
| < Previous | Next > |