On Wed, Apr 13, 2005 at 01:31:33AM +0100, Konstantin V. Gavrilenko wrote: > linux-2.6.11.6.6 > > The uml wouldn't compile when the > CONFIG_UDF_FS=y > CONFIG_UDF_NLS=y > > The error output is: >
> /usr/lib/libc.a(mktime.o)(.rodata+0x0): multiple definition of `__mon_yday' > fs/built-in.o(.rodata+0x3380): first defined here A symbol conflict between the kernel and libc. Not the first, and probably not the last. See the errno and sigprocmask flags in UML for a kludge for this sort of problem. A real solution is still lacking. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/