RE: where's version.h ??

Alex Pikus (beachnet@emi.net)
Tue, 12 Mar 1996 16:29:00 -0500


You need to compile the kernel as these files are created at compilation.

Alex.

----------
From: Eugenio Jimenez Yguacel[SMTP:eugenio@cascorro.teleco.ulpgc.es]
Sent: Tuesday, March 12, 1996 7:03 AM
To: Alexandre Molari
Cc: linux-kernel
Subject: Re: where's version.h ??

On Mon, 11 Mar 1996, Alexandre Molari wrote:

> hello,
> I'm using the kernel 1.3.69 and tried to recompile bind-4.9.3-REL and
> Elm 2.4.24 and failed to do so because these programs need the
> file /usr/include/linux/version.h which was part of the kernel 1.2.13
> and isn't anymore!! What could I do ?
> thanks

cd /usr/src/linux
make mrproper
make config
make dep;make clean
etc...
Hope this helps...
______________________________________________________________________
Eugenio Jimenez Yguacel eugenio@cascorro.teleco.ulpgc.es
E.T.S.I. Telecomunicacion Tfno: (+34)-28-452863
Campus de Tafira S/N Fax: (+34)-28-451243
35017 Las Palmas, Spain Beer, breakfast for champions!
----------------------------------------------------------------------