Messages in this thread |  | | From | Richard Henderson <> | Subject | Re: Some modutils-970118 problems | Date | Sun, 19 Jan 1997 15:55:44 -0600 (CST) |
| |
> binfmt_aout.c:40: warning: initialization from incompatible pointer type [...] > NULL, &__this_module.usecount, load_aout_binary, load_aout_library,
Oops. This should be
NULL, &__this_module, ...
> 2) Also tried 970118 with 2.0.28 kernels and modules built with > modutils-2.1.13. A set built with CONFIG_MODVERSIONS seems to work just > fine, but "depmod -a" give unresolved symbol errors on all modules built > without CONFIG_MODVERSIONS.
Is the failing combination kernel with modversions and modules without?
r~
|  |