Bug#494995: [uml-devel] Bug#494995: user-mode-linux: static build fails with multiple definition of `strrchr'

2008-08-27 Thread Jeff Dike
On Wed, Aug 27, 2008 at 09:04:29AM +0100, Graham Cobb wrote: > On Tuesday 26 August 2008 21:20:12 Jeff Dike wrote: > > A symbol clash between libc and the kernel. Try this: > >... > > The patch itself didn't apply for me (probably because I copy/paste'd it from > the email) but making the chang

Bug#494995: [uml-devel] Bug#494995: user-mode-linux: static build fails with multiple definition of `strrchr'

2008-08-27 Thread Graham Cobb
On Tuesday 26 August 2008 21:20:12 Jeff Dike wrote: > A symbol clash between libc and the kernel. Try this: >... The patch itself didn't apply for me (probably because I copy/paste'd it from the email) but making the change by hand to the Makefile worked and fixed the problem. -- To UNSUBS

Bug#494995: [uml-devel] Bug#494995: user-mode-linux: static build fails with multiple definition of `strrchr'

2008-08-26 Thread Jeff Dike
On Tue, Aug 19, 2008 at 08:47:04PM +0900, Mattia Dongili wrote: > In short statically linking the uml kernel fails with the error below. > Any idea what may be wrong? A symbol clash between libc and the kernel. Try this: Index: linux-2.6.22/arch/um/Makefile =