checking dlfcn.h usability... no checking dlfcn.h presence... yes configure: WARNING: dlfcn.h: present but cannot be compiled configure: WARNING: dlfcn.h: check for missing prerequisite headers? configure: WARNING: dlfcn.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to [EMAIL PROTECTED] ## configure: WARNING: ## ------------------------------------ ## checking for dlfcn.h... yes
This happened on Cygwin. On this "system", the dlfcn.h header exists and programs with dynamic loading can be compiled, but you shouldn't use -ldl (nor -ldld) option when compiling with gcc. ---------------------------------------------------- Jesteś pracodawcą? Szukasz pracownika? Zamieść ogłoszenie w Praca.wp.pl! Internet to skuteczne narzędzie rekrutacyjne! http://klik.wp.pl/?adr=http%3A%2F%2Fpraca.wp.pl%2Fzamiesc.html&sid=345
