The -I trick gives me the same error message. I believe it is because the version.h header file there includes <linux/version.h>, which is the one with the 2.4.9 crap in it.

On Wednesday, November 27, 2002, at 07:43 AM, Michael Schwendt wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 27 Nov 2002 06:46:35 -0800, Dale Satterfield wrote:

I used the package manager to get all the current packages for my
system. I checked the box for kernel development. I'll see if I can
find a 2.4.18-18.8 package specifically.
As a last resort, fetch it from https://rhn.redhat.com directly.
It is possible to download packages there.

Alternatively, ftp://updates.redhat.com

Note that when I installed
the kernel-source for 2.4.18-14 from the cd's. it did NOT overwrite
the <linux/version.h> file.
Of course not. Because

  /usr/src/linux-2.4/include/linux/version.h

and

  /usr/include/linux/version.h

belong to two different packages.

I still have the 2.4.9-9 one. So I don't
have much expectation that a 2.4.18-18.8 one will fix it.
Just compile your code with -I/usr/src/linux-2.4/include, so that
the compiler picks up the right headers.

- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE95OgV0iMVcrivHFQRAqkWAJ9pc1xa9ejaNHDN4KBq5kukUv1NuACfb9qk
0rl26GqkBNz5Qr6mrGOOKWE=
=mUwE
-----END PGP SIGNATURE-----



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to