Hello Michael, * michael huff wrote on Tue, Dec 19, 2006 at 04:33:04AM CET: > I get the following error building packages in pkgsrc on my solaris 10 > installation using sunstudio 10. [...] > checking dlfcn.h usability... yes > checking dlfcn.h presence... no > configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the > preprocessor! > 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... no
Thanks for the bug report, sorry for the delay. > Let me know if there's anything you'd like me to do. Yes: look in the config.log file about what errors the preprocessor throws. Is the C preprocessor just /lib/cpp or 'cc -E'? If the former, then I bet it's just not able to handle the file at all. Otherwise there may be a prerequisite header missing, but then the compiler should have faulted, too. Cheers, Ralf
