FYI--I figured out why I was getting "Implicit declaration of function"
for all kernel functions under Redhat/GLIBC 5.5 but not on Slackware.
Apparently the problem was caused by the following two statements in my
Linux device driver that I had added (probably because of some example
I had seen):
#define MODVERSIONS
#include <linux/modversions.h>
The problem went away after I removed those lines from my driver, and
now I can compile successfully.
Regards,
Bob Peterson
>It works on my libc Slackware machine. If I do the same command from
>my Redhat machine, glibc 5.5, it fails saying it can't find a name-mangled
>"printk."
Bob Peterson
Advanced Communication Design
(612) 854-4000
[EMAIL PROTECTED]
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null