>>>>> On Sat, 22 Jan 2005 01:49:52 -0800, Richard Harke <[EMAIL PROTECTED]> 
>>>>> said:

 Richard> Unknown symbol __bad_increment_for_ia64_fetch_and_add

That's usually a sign of compiling without optimization.  Make sure
you have at least -O, if not -O2 (which is what I would recommend) on
the compiler-command-line.  Actually, I'm wondering whether you're
building the module correctly.  You should build with:

        make -f Makefile.kbuild

to be sure you pick up the right command-line arguments.

        --david


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to