search for: use_klibc

Displaying 3 results from an estimated 3 matches for "use_klibc".

2005 Dec 28
1
Problems with klibc 1.1.8
...nes NSIG and therewith SIGRTMAX to 32, so the condition SIGRTMAX <= SIGRTMIN in klibc's signal.h is fulfilled and SIGRTMIN and SIGRTMAX get undefined. Builds fine on x86_64, though. Trying to build udev-079 on x86_64 with a system-installed klibc 1.1.8 results in the following error: make USE_KLIBC=true Creating udev_version.h /usr/bin/klcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes -Os -I/usr/src/initramfs-2.6.15-rc...
2004 Sep 17
1
latest klibc for udev
...) dies strncat.c: cat's only strlen(dest) count of chars from src to dest Thanks, Kay -------------- next part -------------- ===== Makefile 1.169 vs edited ===== --- 1.169/Makefile 2004-09-14 07:55:07 +02:00 +++ edited/Makefile 2004-09-17 18:47:26 +02:00 @@ -140,7 +140,7 @@ ifeq ($(strip $(USE_KLIBC)),true) KLIBC_BASE = $(PWD)/klibc KLIBC_DIR = $(KLIBC_BASE)/klibc - INCLUDE_DIR := $(KLIBC_DIR)/include + INCLUDE_DIR := $(KLIBC_BASE)/include LINUX_INCLUDE_DIR := $(KERNEL_DIR)/include # LINUX_INCLUDE_DIR := $(KLIBC_BASE)/linux/include include $(KLIBC_DIR)/arch/$(ARCH)/MCONFIG @@ -155,7 +...
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in a "safe" environment since for all I know it could nuke your "real root" by mistake. -hpa