Next time please post the error message too, you don't need to post the _whole_ log, but just the relevant part.
sed -n '/^memcpy$/p; /^memmove$/p; /^memset$/p; /^bcopy$/p; /^bzero$/p; /^memchr$/p; /^rawmemchr$/p; /^strstr$/p; /^strtok$/p; /^strchr$/p; /^strchrnul$/p; /^strcpy$/p; /^stpcpy$/p; /^strcat$/p; /^strcmp$/p; /^strncmp$/p; /^htonl$/p; /^htons$/p; /^ntohl$/p; /^ntohs$/p; /^ffs$/p;' kernel-undef > kernel-clib gcc -g -O2 -nostdlib -nostartfiles -r -static \ -o clib-routines.o \ `sed 's/^/-Wl,-u,/' kernel-clib` -x c /dev/null -x none -lc /usr/i386-slackware-linux/bin/ld: cannot find -lc collect2: ld returned 1 exit status Do you have a libc in /usr/i386-slackware-linux/lib? Cross-compilers tend to want that stuff yah know. ;) _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd