Re: Dinamic programs in C

2001-10-12 Thread Martin v. Loewis
> I'm trying make a dinamic program using dlfcn.h lib , to use > dlopen (to open a module) , dlclose(to close) .. > But when I try compiler, gcc say that don't know dlopen, and dl* > comands in the .C source prog ... What is happen ? I try > compiler using #gcc -rdynamic myprogdynamic.c You need t

Dinamic programs in C

2001-10-11 Thread rodrigo
Hello for all . I'm trying make a dinamic program using dlfcn.h lib , to use dlopen (to open a module) , dlclose(to close) .. But when I try compiler, gcc say that don't know dlopen, and dl* comands in the .C source prog ... What is happen ? I try compiler using #gcc -rdynamic myprogdynamic.c