[uClibc]debug messages?

Oliver Dawid od at fet.uni-hannover.de
Wed May 16 07:18:54 UTC 2001


hi,

i just updated to the new CVS tree. i tried to compile some stuff from
userland but did not succeed.

i set the PATH variable to /usr/i386-linux-uclibc/bin:$PATH

then i tried this:

[od at bart ttt]$ cat test.c
#include <stdio.h>
 
int main ()
{
  printf("Hello world!\n");
  return 0;
}
[od at bart ttt]$ gcc test.c
[od at bart ttt]$ ./a.out
        ld-uclibc.so.0 => /usr/i386-linux-uclibc/lib/ld-uclibc.so.0
(0x40000000)
Hello world!

ok - that works fine. how to switch of that debug message?

i did some additional stuff to get rid of an error message:

mkdir -p /usr/i386-linux-uclibc/etc
touch /usr/i386-linux-uclibc/ld.so.conf
ldconfig -r /usr/i386-linux-uclibc

i tried to compile cal from userland but that did not work. _start is
missing?!? can anybody give me some hints to get that stuff running?

thanx,

od

-- 
   Oliver Dawid * O.Dawid at gmx.de * http://www.fet.uni-hannover.de/~od/






More information about the uClibc mailing list