[klibc] klibc 0.207 released

Olaf Hering olh at suse.de
Thu Mar 3 14:00:46 PST 2005


 On Thu, Mar 03, H. Peter Anvin wrote:
> I'd like to let this stew for a bit, to smoke out bugs; I'm thinking it 
> might be time to call it 1.0 after that.

Also, arm doesnt compile anymore.

tests/fcntl.o: In function `main':
fcntl.c:(.text+0x10): undefined reference to `open'

daemon.o: In function `daemon':
daemon.c:(.text+0x30): undefined reference to `open'
fopen.o: In function `fopen':
fopen.c:(.text+0x70): undefined reference to `open'
readdir.o: In function `opendir':
readdir.c:(.text+0x24): undefined reference to `open'
syslog.o: In function `openlog':
syslog.c:(.text+0x24): undefined reference to `open'
getpt.o: In function `getpt':
getpt.c:(.text+0x8): undefined reference to `open'

this was ok 2 weeks ago. Unless the kernel changes between rc4 and
2.6.11 broke something. This one doesnt fix it:

Index: klibc/tests/fcntl.c
===================================================================
RCS file: /home/cvs/klibc/klibc/klibc/tests/fcntl.c,v
retrieving revision 1.1
diff -u -p -r1.1 fcntl.c
--- klibc/tests/fcntl.c 26 Aug 2004 01:43:11 -0000      1.1
+++ klibc/tests/fcntl.c 3 Mar 2005 21:59:42 -0000
@@ -4,6 +4,8 @@

 #include <stdio.h>
 #include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdlib.h>




More information about the klibc mailing list