Re: How to compile module to avoid unresolved symbols ??

2000-10-15 Thread Steve Haslam
On Sun, Oct 15, 2000 at 09:33:38AM -0700, Kenward Vaughan wrote: I assume that the problem involves its compilation from the package. I've always dl'd the .deb, unzipped it where it lay in /usr/src, and run the script to make the package. This is followed by its installation. That's right.

Re: How to compile module to avoid unresolved symbols ??

2000-10-15 Thread Kenward Vaughan
On Sun, Oct 15, 2000 at 06:05:30PM +0100, Steve Haslam wrote: ... The main point to check is that you are actually compiling the module against the headers used to build your kernel. Particularly, that you're using the right linux/autoconf.h file, and hence getting the right setting of

Re: How to compile module to avoid unresolved symbols ??

2000-10-15 Thread Steve Haslam
On Sun, Oct 15, 2000 at 02:24:07PM -0700, Kenward Vaughan wrote: On Sun, Oct 15, 2000 at 06:05:30PM +0100, Steve Haslam wrote: bash$ nm 3dfx.o | grep printk U printk_R1b7d4074 bash$ grep printk /proc/ksyms c0115f4c printk_R1b7d4074 Thnaks for the very quick reply. Checking