При компиляции получаю это:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -g -O2 -Wall -MT gmodule.lo -MD -MP -MF .deps/gmodule.Tpo -c gmodule.c -fPIC -DPIC -o .libs/gmodule.o In file included from gmodule.c:144: gmodule-dl.c:31:19: dlfcn.h: No such file or directory In file included from gmodule.c:144: gmodule-dl.c: In function `fetch_dlerror': gmodule-dl.c:80: warning: implicit declaration of function `dlerror' gmodule-dl.c:80: warning: initialization makes pointer from integer without a cast gmodule-dl.c: In function `_g_module_open': gmodule-dl.c:98: warning: implicit declaration of function `dlopen' gmodule-dl.c:99: warning: assignment makes pointer from integer without a cast In file included from gmodule.c:144: gmodule-dl.c: In function `_g_module_self': gmodule-dl.c:115: warning: assignment makes pointer from integer without a cast In file included from gmodule.c:144: gmodule-dl.c: In function `_g_module_close': gmodule-dl.c:133: warning: implicit declaration of function `dlclose' In file included from gmodule.c:144: gmodule-dl.c: In function `_g_module_symbol': gmodule-dl.c:144: warning: implicit declaration of function `dlsym' gmodule-dl.c:144: warning: assignment makes pointer from integer without a cast make[3]: *** [gmodule.lo] Ошибка 1 make[3]: Leaving directory `/home/alexandr/Downloads/glib-2.4.0/gmodule' make[2]: *** [all] Ошибка 2 make[2]: Leaving directory `/home/alexandr/Downloads/glib-2.4.0/gmodule' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/home/alexandr/Downloads/glib-2.4.0' make: *** [all] Ошибка 2
Может кто подскажет что ему нужно.
Заранее спасибо!!!