[15:16] hi, I have complied a program it uses a library (libonion.so.0) ... "gcc post.c -o post -lonion" ... when using ldd it shows "libonion.so.0 => not found" ... how do I get gcc to set the full path to this library ? [15:33] you might want to ask in ##c