On Tuesday, December 28, 2010 04:44:19 pm srinivas adicherla wrote: > *The following required libraries are too old: > > libcheck (svn required) > > Please update them and rerun 'configure'.* This is telling you that the version that the configure script is finding is not the required version. I won't guess what the problem is, but I can help you figure out what is happening.
If you look in the log files, you can see each step that was run, how it was run, and what the result was. It isn't easy to understand, but if you work through it carefully, you'll be able to figure it out - its just shell commands. When you find the part that is testing things about libcheck, you can try running those commands on the command line. If you don't get the results you expect, try looking up the man page for that command so you can figure out why you're getting the result that you are. Then you can try adjusting things (perhaps an environment variable might be useful in this case), and re-running the test commands. Then you can try re-running configure. Brad