bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems building the latest snapshot from CVS


From: Alfred M. Szmidt
Subject: Re: Problems building the latest snapshot from CVS
Date: Mon, 31 Mar 2003 09:05:54 +0200

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. ;)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]