"Nemosoft Unv." wrote: > > I´ll be looking forward to it. In the mean time I´ll try to find out how one > compiles a .so library anyway :) > > - Nemosoft Did you mean gcc -rdynamic -o lib.so lib.c -ldl as in the dlopen page or just compiling it as object ? (I've seen some makefiles using it, like gcc lib.c -o lib.so -shared) Regards