Robert Millan wrote:
> I added these lines to the kernel/host-linux.c file, and it still
> doesn't work. My kernel is custom built, version 2.4.17. There
> have also been some reports in Debian's bug trackign system about
> this.
It would help if you'd say *which* symbols are unresolved ;-)
Are you sure you are compiling the module against the same set of
kernel header files that you compiled your kernel with?
If you've custom-built the kernel, you might need to use the
--with-linux-source=
configure option to point plex86 to the correct headers.
> The problem is now worse, because latest versions of Linux now
> refuse to load the module:
>
> "Hint: You are trying to load a module without a GPL compatible license
> and it has unresolved symbols. Contact the module supplier for
> assistance, only they can help you."
Well, if you add
MODULE_LICENSE ("LGPL");
to the host-linux.c file (which it is licensed under, after all),
this message will disappear, but this will not solve the problem ...
Bye,
Ulrich
--
Dr. Ulrich Weigand
[EMAIL PROTECTED]