Messages in this thread |  | | | Subject | Re: The whole bunch of unresolved symbols in 2.3.30pre5 | | Date | Fri, 3 Dec 1999 16:26:42 +0000 (GMT) | | From | Alan Cox <> |
| |
> inetdev_lock
The lock ones I think you can just export oK
> /lib/modules/kernel/2.3.30pre5/fs/ntfs.o: unresolved symbol(s) > __divdi3 > /lib/modules/kernel/2.3.30pre5/fs/affs.o: unresolved symbol(s) > __divdi3 > update_vm_cache > __moddi3
These are 64bit maths operations. For some reason your compiler is making helper calls to them. They are in the C compiler libraries if you need to extract them and add/export the symbol
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |