Re: Symbols in a Module

2008-07-30 Thread Dag-Erling Smørgrav
Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > > I am compiling an AFS module. The module won't load. Dmesg reports > > undefined symbol _vn_lock. nm reports that the symbol exists and is > > undefined. > > > > How do I compile (defined) symbols into my mo

Re: Symbols in a Module

2008-07-29 Thread Jeroen Ruigrok van der Werven
-On [20080729 17:46], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: >I am compiling an AFS module. The module won't load. Dmesg reports >undefined symbol _vn_lock. nm reports that the symbol exists and is >undefined. > >How do I compile (defined) symbols into my module? You add the appropriate s

Symbols in a Module

2008-07-29 Thread jcw
This is probably a n00b question for -hackers but it seems like the best place to ask. I am compiling an AFS module. The module won't load. Dmesg reports undefined symbol _vn_lock. nm reports that the symbol exists and is undefined. How do I compile (defined) symbols into my module? Thanks