Re: retry: compiling driverloader for suse 10.0
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.kernel.driver-loader |
|---|---|
| Message-ID | <[email protected]> |
Hi, we are not aware of this compilation issue under SuSE 10.0 and this is probably not related to DriverLoader. Since we provide pre-compiled packages for thew most common kernels of SuSE 10.0, you could try them instead. They can be downloaded at: http://www.linuxant.com/driverloader/wlan/full/downloads.php Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] [email protected] wrote: > I am sending this message again as my return address was wrong > > 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 > --