On Mon, 2007-05-21 at 08:54 +0100, saravanan sar wrote: > checking version of gcc... 4.1.0, bad Here is your problem. It looks like you are compiling glibc, and your glibc version doesn't work with the gcc version you are using. You didn't mention the glibc sources version. You can try looking at the glibc configure file to see what gcc version it wants. Just search for the string "checking version of gcc" and look a few lines down for the regexp that matches the expected gcc versions. You will likely either need to use a different glibc version or a different gcc version. Since you are probably using a RMI gcc port with non-public patches, changing the gcc version may not be possible. -- Jim Wilson, GNU Tools Support, http://www.specifix.com