|
From: Lennert B. <bu...@gn...> - 2000-08-18 14:17:56
|
On Fri, 18 Aug 2000, Jeff Dike wrote: > > the following patch appears to be needed to compile uml 2.4.0-test6 on > > my reasonably standard Red Hat 6.2 machine (gcc and binutils and the > > like are the vendor-supplied packages). > > Bill Stearns found the same thing. What was the error message you > got? I'm running RH 6.0, and it works fine, so I'd like to know what > the difference is. make[1]: Entering directory `/data/uml/kernel/linux/arch/um/drivers' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/data/uml/kernel/linux/arch/um/drivers' make CFLAGS="-D__KERNEL__ -I/data/uml/kernel/linux/include -Wall -Wstrict-prototypes -O2 -g -U__i386__ -Ui386 -D__arch_um__ -DSUBARCH=\"i386\" -DNESTING=0 -fno-strict-aliasing " -C /data/uml/kernel/linux/arch/um/kernel make[1]: Entering directory `/data/uml/kernel/linux/arch/um/kernel' ld -r -o unmap_fin.o unmap.o -lc ld: cannot find -lc make[1]: *** [unmap_fin.o] Error 1 make[1]: Leaving directory `/data/uml/kernel/linux/arch/um/kernel' make: *** [_dir_/data/uml/kernel/linux/arch/um/kernel] Error 2 [root@mara linux]# If you need more info feel free to contact me. And thanks again for your work on uml. greetings, Lennert |