On Thu, Feb 14, 2008 at 10:38 AM, Denys Vlasenko
<[EMAIL PROTECTED]> wrote:
>  # cat file.c
>  int main() {
>     doesnt_exist();
>  }
>
(...)
>  # gcc file.c -o /dev/null
>  /tmp/ccopqxnU.o: In function `main':
>  file.c:(.text+0x1d): undefined reference to `doesnt_exist'
>  collect2: ld returned 1 exit status
>
>  # ls -l /dev/null
>  ls: /dev/null: No such file or directory

ok, I can finally see it.

my toolchain in *indeed* broken. I'll apply Mike's patch from now on :)

thanks for your patience!

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to