compiling driverloader 2.3 under suse 10.0
| Newsgroups | gmane.linux.kernel.driver-loader |
|---|---|
| Organization | SnakeCard, LLC |
| Message-ID | <[email protected]> |
Hi,
I'm moving from mdk 10.1 to Suse 10.0.
make install works OK
dldrconfig fails with /usr/src/linux-2.6.13-15/include/linux/kernel.h:10:20:
error: stdarg.h: No such file or directory
1) I found stdarg.h in /usr/lib/gcc/i586-suse-linux/4.0.2/include/stdarg.h
2) this code compiles fine:
#include <stdio.h>
#include <stdarg.h>
int main(void)
{
}
Can you help ?
Regards,
Philippe
--
*************************************
Philippe C. Martin
SnakeCard, LLC
www.snakecard.com
*************************************